summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar2010-06-071-1/+2
* Frontend: Move some initialization from CompilerInstance to FrontendAction, t...Daniel Dunbar2010-06-071-2/+8
* Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste...Daniel Dunbar2010-06-071-1/+2
* Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor2010-04-051-2/+2
* Match MemoryBuffer API changes.Chris Lattner2010-04-051-1/+1
* Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor2010-04-051-1/+2
* PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen...Daniel Dunbar2010-03-231-0/+4
* Lowercase for consistencyKovarththanan Rajaratnam2010-03-061-1/+1
* 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