aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FrontendActions.h
AgeCommit message (Expand)Author
2010-06-15Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar
2010-06-07Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar
2010-05-25Make this class useful as a base.Nick Lewycky
2010-05-07Add a stub frontend action for BoostCon, for next week's workshop.Douglas Gregor
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky
2010-04-08Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-l...Daniel Dunbar
2010-03-19clang -cc1: Kill off -empty-input only, and replace with -init-only which is anDaniel Dunbar
2010-02-25Frontend: Pull CodeGenAction out more, and eliminate CreateBackendConsumer.Daniel Dunbar
2010-02-09Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor
2010-02-03clang -cc1: Wire up -emit-obj, for emitting object files.Daniel Dunbar
2009-12-23Remove RewriteBlocks. It has been superseded by RewriteObjCKovarththanan Rajaratnam
2009-11-14Add FrontendActions for all preprocessor based clang-cc actions.Daniel Dunbar
2009-11-14Add FrontendActions, which provides a FrontendAction interface to all the exi...Daniel Dunbar