Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; ↵ | Daniel Dunbar | 2009-12-03 | 1 | -4/+2 | |
| | | | | | | propogate and simplify. llvm-svn: 90379 | |||||
* | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam | 2009-11-29 | 1 | -3/+6 | |
| | | | | | | | | | | | CompilerInstance already contains various objects that are used throughout the entire run. Also addresses Daniels review comments in: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20091123/024508.html llvm-svn: 90073 | |||||
* | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar | 2009-11-17 | 1 | -2/+2 | |
| | | | | llvm-svn: 89047 | |||||
* | Add FrontendAction interface, for encapsulating a "clang-cc" style action. | Daniel Dunbar | 2009-11-14 | 1 | -0/+225 | |
llvm-svn: 88772 |