summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-4/+4
* [PCH+Modules] Load -fmodule-map-file content before including PCHsBruno Cardoso Lopes2018-07-191-16/+16
* Print the qualified name when dumping deserialized decls.Vassil Vassilev2018-05-201-2/+4
* [Frontend] Avoid running plugins during code completion parseIvan Donchevskii2018-05-171-0/+4
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-171-10/+6
* [Frontend] Avoid running plugins during code completion parseIvan Donchevskii2018-05-161-6/+10
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-1/+0
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-0/+1
* Track shadow modules with a generation counter.Bruno Cardoso Lopes2018-01-051-0/+7
* Use the VFS from the CompilerInvocation by defaultRaphael Isemann2017-09-121-10/+4
* Fix ownership of the MemoryBuffer in a FrontendInputFile.Richard Smith2017-09-091-4/+5
* 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
OpenPOWER on IntegriCloud