summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use filename in linemarker when compiling preprocessed source (Revised)Taewook Oh2017-03-071-2/+46
* Initialize builtins during modular codegenDavid Blaikie2017-02-081-0/+3
* Enable -dump-deserialized-decls and -error-on-deserialized-decl for modules.Vassil Vassilev2017-02-071-16/+22
* Revert "Use filename in linemarker when compiling preprocessed source"Diana Picus2017-01-251-46/+2
* Use filename in linemarker when compiling preprocessed sourceDavid Callahan2017-01-251-2/+46
* Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-051-1/+1
* [Frontend] Use vfs for directory iteration while searching PCHs. NFCIBruno Cardoso Lopes2016-12-121-3/+4
* Reapply r276973 "Adjust Registry interface to not require plugins to export a...John Brawn2016-08-051-1/+1
* Revert r276973 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-281-1/+1
* Reapply r276856 "Adjust Registry interface to not require plugins to export a...John Brawn2016-07-281-1/+1
* Revert r276856 "Adjust Registry interface to not require plugins to export a ...John Brawn2016-07-271-1/+1
* Adjust Registry interface to not require plugins to export a registryJohn Brawn2016-07-271-1/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+2
* Make it possible for AST plugins to enable themselves by defaultJohn Brawn2016-03-151-18/+36
* [Frontend] Make sure WrapperFrontendAction updates CurrentInput after calling...Argyrios Kyrtzidis2016-02-161-1/+4
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-2/+3
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Fix crash on invalid if we can't find a suitable PCH file in a specifiedRichard Smith2015-09-041-1/+1
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-3/+3
* [modules] Stop dropping 'module.timestamp' files into the current directoryRichard Smith2015-08-151-3/+5
* Rename the non-coding style conformant functions in namespace BuiltinsEric Christopher2015-08-061-1/+1
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-3/+3
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-8/+8
* Reapply "Frontend: Stop leaking when not -disable-free"Duncan P. N. Exon Smith2015-05-041-14/+13
* Revert "Frontend: Stop leaking when not -disable-free"Duncan P. N. Exon Smith2015-05-041-13/+6
* Frontend: Stop leaking when not -disable-freeDuncan P. N. Exon Smith2015-05-041-6/+13
* Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...Richard Smith2015-05-041-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* [PCH/Modules] Check that the specific module cache path the PCH was built wit...Argyrios Kyrtzidis2015-02-191-1/+3
* PR22299: Relocate code for handling -fmodule-map-file= so that we don't try toRichard Smith2015-01-231-0/+9
* [modules] Load .pcm files specified by -fmodule-file lazily.Richard Smith2014-10-271-9/+3
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-1/+12
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-271-4/+10
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-18/+20
* std::unique_ptr-ify the result of ASTUnit::LoadFromASTFileDavid Blaikie2014-08-101-2/+2
* unique_ptr-ify FrontendAction::takeCurrentASTUnitDavid Blaikie2014-08-101-6/+7
* Flip the order the preprocessor and frontendaction are informed of the end of...Benjamin Kramer2014-08-071-4/+4
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-20/+18
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-18/+20
* Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi2014-07-111-0/+2
* Move ChainedIncludesSource into the implementationAlp Toker2014-07-071-5/+3
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-14/+14
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-1/+14
* Let ASTReader optionally delete its ASTDeserializationListener.Nico Weber2014-05-081-17/+31
* Revert the "don't leak" part of r207065, looks like the bots don't like it :-/Nico Weber2014-04-241-1/+2
* Don't leak objects in load-from-ast path unless DisableFree is set.Nico Weber2014-04-241-5/+5
OpenPOWER on IntegriCloud