Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | PPCallbacks: Add hook for reaching the end of the main file, and fix ↵ | Daniel Dunbar | 2010-03-23 | 1 | -0/+4 | |
| | | | | | | DependencyFile to not do work in its destructor. llvm-svn: 99257 | |||||
* | Lowercase for consistency | Kovarththanan Rajaratnam | 2010-03-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 97878 | |||||
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 | |
| | | | | | | no extra safety anyway. llvm-svn: 91207 | |||||
* | 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 |