summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-4/+5
* Track the set of module maps read while building a .pcm file and reload those...Richard Smith2017-06-291-17/+25
* Remove some redundant setup when preprocessing .pcm files.Richard Smith2017-06-261-1/+0
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-6/+5
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-061-0/+3
* Factor out and unify emission of "module is unavailable" diagnostics.Richard Smith2017-06-051-14/+2
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-15/+63
* Support lazy stat'ing of files referenced by module maps.Richard Smith2017-06-021-6/+20
* [modules] When compiling a preprocessed module map, look for headers relativeRichard Smith2017-05-311-8/+12
* Give files from #line the characteristics of the current fileReid Kleckner2017-05-221-1/+2
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-81/+146
* Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith2017-04-281-3/+263
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-2/+3
* 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