Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
* | Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p... | Daniel Dunbar | 2009-12-03 | 1 | -4/+2 |
* | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam | 2009-11-29 | 1 | -3/+6 |
* | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar | 2009-11-17 | 1 | -2/+2 |
* | Add FrontendAction interface, for encapsulating a "clang-cc" style action. | Daniel Dunbar | 2009-11-14 | 1 | -0/+225 |