aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FrontendAction.h
AgeCommit message (Expand)Author
2010-02-09Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor
2010-02-08Implement basic importing and merging of variable declarations withinDouglas Gregor
2009-11-29This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam
2009-11-14Add FrontendAction interface, for encapsulating a "clang-cc" style action.Daniel Dunbar