Age | Commit message (Expand) | Author |
---|---|---|
2010-04-05 | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor |
2010-04-05 | Match MemoryBuffer API changes. | Chris Lattner |
2010-04-05 | Clarify the ownership semantics of the Diagnostic object used by | Douglas Gregor |
2010-03-23 | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar |
2010-03-06 | Lowercase for consistency | Kovarththanan Rajaratnam |
2009-12-12 | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin |
2009-12-03 | Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p... | Daniel Dunbar |
2009-11-29 | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam |
2009-11-17 | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar |
2009-11-14 | Add FrontendAction interface, for encapsulating a "clang-cc" style action. | Daniel Dunbar |