aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FrontendAction.h
AgeCommit message (Expand)Author
2013-01-30Documentation: fix link to ExecuteAction(), which was previously typoed asJames Dennett
2013-01-23Documentation cleanup: fixing documentation for FrontendAction.James Dennett
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-09Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis
2012-09-13Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko
2012-06-08[libclang] Don't crash when saving a PCH from a prefix headerArgyrios Kyrtzidis
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2012-02-01Frontend: fix comment typosDylan Noblesmith
2012-01-20Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor
2011-07-20remove some now-redundant forward declarations.Chris Lattner
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-06-18[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis
2011-06-16Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth
2011-01-25Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber
2010-12-01Driver, Frontend: add CUDA language supportPeter Collingbourne
2010-11-03Fix an assertion.Argyrios Kyrtzidis
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-02Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar
2010-06-16Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar
2010-06-07Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...Daniel Dunbar
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: Change FrontendAction::BeginSourceFile to take the input kind inste...Daniel Dunbar
2010-06-07Frontend: Lift InputKind enumeration to top level.Daniel Dunbar
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