summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/FrontendAction.h
Commit message (Expand)AuthorAgeFilesLines
* Basic: import OwningPtr<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Frontend: fix comment typosDylan Noblesmith2012-02-011-3/+3
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-32/+14
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-4/+4
* remove some now-redundant forward declarations.Chris Lattner2011-07-201-4/+0
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-9/+10
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-0/+9
* Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth2011-06-161-0/+30
* Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber2011-01-251-0/+4
* Driver, Frontend: add CUDA language supportPeter Collingbourne2010-12-011-0/+1
* Fix an assertion.Argyrios Kyrtzidis2010-11-031-1/+1
* More PCH -> AST renaming.Sebastian Redl2010-08-181-2/+2
* Frontend: Change PluginASTAction::ParseArgs to take a CompilerInstance objectDaniel Dunbar2010-08-021-2/+8
* Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz...Daniel Dunbar2010-06-161-0/+15
* Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...Daniel Dunbar2010-06-071-0/+1
* Frontend: Add FrontendAction support for handling LLVM IR inputs.Daniel Dunbar2010-06-071-1/+5
* FrontendAction: Track active file kind.Daniel Dunbar2010-06-071-3/+9
* Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar2010-06-071-2/+2
* Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste...Daniel Dunbar2010-06-071-7/+8
* Frontend: Lift InputKind enumeration to top level.Daniel Dunbar2010-06-071-0/+16
* Introduce a testbed for merging multiple ASTs into a single ASTDouglas Gregor2010-02-091-0/+6
* Implement basic importing and merging of variable declarations withinDouglas Gregor2010-02-081-1/+1
* This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam2009-11-291-17/+0
* Add FrontendAction interface, for encapsulating a "clang-cc" style action.Daniel Dunbar2009-11-141-0/+215