aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/FrontendAction.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-12-12Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin1-1/+1
2009-12-03Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar1-4/+2
2009-11-29This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam1-3/+6
2009-11-17Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar1-2/+2
2009-11-14Add FrontendAction interface, for encapsulating a "clang-cc" style action.Daniel Dunbar1-0/+225