summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/FrontendAction.h
Commit message (Expand)AuthorAgeFilesLines
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-3/+2
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-2/+2
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-0/+2
* Fixed -Wdocumentation warningSimon Pilgrim2016-03-201-6/+6
* Make it possible for AST plugins to enable themselves by defaultJohn Brawn2016-03-151-0/+13
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-1/+1
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-271-0/+8
* Properly #include ASTConsumer.h instead of forward declaration.Daniel Jasper2014-08-111-1/+1
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-12/+11
* unique_ptr-ify FrontendAction::takeCurrentASTUnitDavid Blaikie2014-08-101-3/+5
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-11/+12
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-12/+11
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-20/+19
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-071-1/+1
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-3/+1
* [libclang] Allow building a precompiled preamble with compiler errorsArgyrios Kyrtzidis2013-06-111-0/+8
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Documentation: fix link to ExecuteAction(), which was previously typoed asJames Dennett2013-01-301-1/+1
* Documentation cleanup: fixing documentation for FrontendAction.James Dennett2013-01-231-46/+52
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis2012-11-091-6/+6
* Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg isDmitri Gribenko2012-09-131-2/+2
* [libclang] Don't crash when saving a PCH from a prefix headerArgyrios Kyrtzidis2012-06-081-1/+1
* 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