Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar | 2009-11-17 | 1 | -2/+2 |
| | | | | llvm-svn: 89047 | ||||
* | Shuffle VerifyDiagnosticsClient API to be less fragile. | Daniel Dunbar | 2009-11-14 | 1 | -3/+5 |
| | | | | llvm-svn: 88765 | ||||
* | Add CompilerInstance::InitializeSourceManager. | Daniel Dunbar | 2009-11-14 | 1 | -0/+38 |
| | | | | llvm-svn: 88764 | ||||
* | Switch -verify implementation to use VerifyDiagnosticClient. | Daniel Dunbar | 2009-11-14 | 1 | -8/+7 |
| | | | | | | - Not tested, but -verify with multiple inputs should work now. llvm-svn: 88750 | ||||
* | Add ASTConsumer to CompilerInstance. | Daniel Dunbar | 2009-11-14 | 1 | -0/+5 |
| | | | | llvm-svn: 88743 | ||||
* | Move CompilerInstance::set* methods out-of-line. | Daniel Dunbar | 2009-11-14 | 1 | -0/+32 |
| | | | | llvm-svn: 88731 | ||||
* | Add CompilerInstance utility functions for creating output files. | Daniel Dunbar | 2009-11-13 | 1 | -0/+62 |
| | | | | llvm-svn: 88667 | ||||
* | Add output file list to CompilerInstance, so that it can track them instead of | Daniel Dunbar | 2009-11-13 | 1 | -0/+20 |
| | | | | | | forcing all clients to do it. llvm-svn: 87103 | ||||
* | Add CodeCompletion consumer to CompilerInvocation. | Daniel Dunbar | 2009-11-13 | 1 | -1/+42 |
| | | | | llvm-svn: 87100 | ||||
* | Add CompilerInstance::createPCHExternalASTSource. | Daniel Dunbar | 2009-11-13 | 1 | -0/+38 |
| | | | | llvm-svn: 87097 | ||||
* | Add ASTContext to CompilerInstance. | Daniel Dunbar | 2009-11-13 | 1 | -0/+12 |
| | | | | llvm-svn: 87095 | ||||
* | Add CompilerInstance::createDiagnostics, and move clang-cc to it. | Daniel Dunbar | 2009-11-13 | 1 | -0/+67 |
| | | | | | | clang-cc.cpp is now under 1k lines, if anyone is counting. llvm-svn: 87090 | ||||
* | Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to | Daniel Dunbar | 2009-11-13 | 1 | -0/+52 |
| | | | | | | CompilerInstance::createPreprocessor. llvm-svn: 87088 | ||||
* | Add {File,Source}Manager to CompilerInstance. | Daniel Dunbar | 2009-11-13 | 1 | -0/+10 |
| | | | | llvm-svn: 87079 | ||||
* | Add CompilerInstance, and starting moving clang-cc to it. | Daniel Dunbar | 2009-11-13 | 1 | -0/+25 |
- The design philosophy is in the CompilerInstance doxyment, if you don't agree with it now would be a good time to speak up. llvm-svn: 87078 |