aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CompilerInvocation.h
AgeCommit message (Expand)Author
2009-11-17Add initial cut at CompilerInvocation::toArgs, which "serializes" the Compile...Daniel Dunbar
2009-11-17Rename CompilerInvocation::DiagOpts -> DiagnosticOpts for consistency.Daniel Dunbar
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar
2009-11-12Add FrontendOptions, and starting moving clang-cc to it.Daniel Dunbar
2009-11-12Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth
2009-11-12Move AnalyzerOptions into CompilerInvocation.Daniel Dunbar
2009-11-11Add DependencyOutputOptions to wrap -M... options, and propogate toDaniel Dunbar
2009-11-11Add PreprocessorOutputOptions to CompilerInvocation, and move initialization toDaniel Dunbar
2009-11-10Add CompileOptions to CompilerInvocation.Daniel Dunbar
2009-11-09Add PreprocessorOptions to CompilerInvocation.Daniel Dunbar
2009-11-09Move LangOptions, HeaderSearchOptions, and the target feature map intoDaniel Dunbar
2009-11-09Add CompilerInvocation object, to capture all the options one needs to invokeDaniel Dunbar