Age | Commit message (Expand) | Author |
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 |