summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
* Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar2009-12-031-4/+2
* This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam2009-11-291-3/+6
* Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar2009-11-171-2/+2
* Add FrontendAction interface, for encapsulating a "clang-cc" style action.Daniel Dunbar2009-11-141-0/+225
OpenPOWER on IntegriCloud