aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/CompilerInvocation.h
AgeCommit message (Expand)Author
2012-08-31Make AnalyzerOptions a shared object between CompilerInvocation andTed Kremenek
2012-08-31Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library.Ted Kremenek
2012-08-30Move AnalyzerOptions.h to include/clang/StaticAnalyzer.Ted Kremenek
2012-07-11Remove unused override of CompilerInvocation::setLangDefaults().Nico Weber
2012-06-22Documentation cleanup:James Dennett
2012-06-20Documentation cleanup: escaping # characters in Doxygen comments.James Dennett
2012-06-11Const'ify CompilerInvocation::toArgs().Argyrios Kyrtzidis
2012-03-13[driver] Parse diagnostic args in the driver.Chad Rosier
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith
2012-01-25arc migrator: Provide infrastructure to add optionsFariborz Jahanian
2011-12-23Let CompilerInvocation initialization indicate failureDylan Noblesmith
2011-11-18Refine placement of LangOptions object in CompilerInvocation by adding a new ...Ted Kremenek
2011-11-17Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...Ted Kremenek
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-13For modules, use a hash of the compiler version, language options, andDouglas Gregor
2011-07-20remove some now-redundant forward declarations.Chris Lattner
2011-03-21Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek
2010-12-04Introduce CompilerInvocation::setLangDefaults functionPeter Collingbourne
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-10-11Declare argv parameters as const char* const* instead of to char** to clarify...Axel Naumann
2010-06-15Move CodeGenOptions.h *back* into Frontend. This should have been done when theChandler Carruth
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2009-12-15Add -resource-dir to clang -cc1, this allows the base directory for compilerDaniel Dunbar
2009-12-13CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation...Daniel Dunbar
2009-11-29Change CompilerInvocation::CreateFromArgs to report errors using a proper dia...Daniel Dunbar
2009-11-29Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma...Daniel Dunbar
2009-11-20Switch CompilerInvocation::CreateFromArgs to take const char** arguments unti...Daniel Dunbar
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