aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/FrontendAction.cpp
AgeCommit message (Expand)Author
2010-07-09When given the -chained-pch option and a previous PCH file, have the PCHWrite...Sebastian Redl
2010-06-07Frontend: Add FrontendAction support for handling LLVM IR inputs.Daniel Dunbar
2010-06-07FrontendAction: Track active file kind.Daniel Dunbar
2010-06-07Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar
2010-06-07Frontend: Move some initialization from CompilerInstance to FrontendAction, t...Daniel Dunbar
2010-06-07Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste...Daniel Dunbar
2010-04-05Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor
2010-04-05Match MemoryBuffer API changes.Chris Lattner
2010-04-05Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor
2010-03-23PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen...Daniel Dunbar
2010-03-06Lowercase for consistencyKovarththanan Rajaratnam
2009-12-12Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin
2009-12-03Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar
2009-11-29This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam
2009-11-17Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar
2009-11-14Add FrontendAction interface, for encapsulating a "clang-cc" style action.Daniel Dunbar