Age | Commit message (Expand) | Author |
2012-08-31 | Make AnalyzerOptions a shared object between CompilerInvocation and | Ted Kremenek |
2012-08-31 | Move AnalyzerOptions.h into 'Core' StaticAnalyzer sub-library. | Ted Kremenek |
2012-08-30 | Move AnalyzerOptions.h to include/clang/StaticAnalyzer. | Ted Kremenek |
2012-07-11 | Remove unused override of CompilerInvocation::setLangDefaults(). | Nico Weber |
2012-06-22 | Documentation cleanup: | James Dennett |
2012-06-20 | Documentation cleanup: escaping # characters in Doxygen comments. | James Dennett |
2012-06-11 | Const'ify CompilerInvocation::toArgs(). | Argyrios Kyrtzidis |
2012-03-13 | [driver] Parse diagnostic args in the driver. | Chad Rosier |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-01-25 | arc migrator: Provide infrastructure to add options | Fariborz Jahanian |
2011-12-23 | Let CompilerInvocation initialization indicate failure | Dylan Noblesmith |
2011-11-18 | Refine placement of LangOptions object in CompilerInvocation by adding a new ... | Ted Kremenek |
2011-11-17 | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-07-20 | remove some now-redundant forward declarations. | Chris Lattner |
2011-03-21 | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek |
2010-12-04 | Introduce CompilerInvocation::setLangDefaults function | Peter Collingbourne |
2010-11-03 | Implement -working-directory. | Argyrios Kyrtzidis |
2010-10-11 | Declare argv parameters as const char* const* instead of to char** to clarify... | Axel Naumann |
2010-06-15 | Move CodeGenOptions.h *back* into Frontend. This should have been done when the | Chandler Carruth |
2010-06-15 | Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library... | Daniel Dunbar |
2009-12-15 | Add -resource-dir to clang -cc1, this allows the base directory for compiler | Daniel Dunbar |
2009-12-13 | CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation... | Daniel Dunbar |
2009-11-29 | Change CompilerInvocation::CreateFromArgs to report errors using a proper dia... | Daniel Dunbar |
2009-11-29 | Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma... | Daniel Dunbar |
2009-11-20 | Switch CompilerInvocation::CreateFromArgs to take const char** arguments unti... | Daniel Dunbar |
2009-11-17 | Add initial cut at CompilerInvocation::toArgs, which "serializes" the Compile... | Daniel Dunbar |
2009-11-17 | Rename CompilerInvocation::DiagOpts -> DiagnosticOpts for consistency. | Daniel Dunbar |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-12 | Add FrontendOptions, and starting moving clang-cc to it. | Daniel Dunbar |
2009-11-12 | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth |
2009-11-12 | Move AnalyzerOptions into CompilerInvocation. | Daniel Dunbar |
2009-11-11 | Add DependencyOutputOptions to wrap -M... options, and propogate to | Daniel Dunbar |
2009-11-11 | Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to | Daniel Dunbar |
2009-11-10 | Add CompileOptions to CompilerInvocation. | Daniel Dunbar |
2009-11-09 | Add PreprocessorOptions to CompilerInvocation. | Daniel Dunbar |
2009-11-09 | Move LangOptions, HeaderSearchOptions, and the target feature map into | Daniel Dunbar |
2009-11-09 | Add CompilerInvocation object, to capture all the options one needs to invoke | Daniel Dunbar |