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