summaryrefslogtreecommitdiff
path: root/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-051-1/+2
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-12/+12
* BitStream reader: propagate errorsJF Bastien2019-06-261-5/+11
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Frontend] Make WrapperFrontendAction call WrappedAction.PrepareToExecuteAction.Volodymyr Sapsai2019-01-171-0/+3
* Let new test from r350340 still pass even after r350451.Nico Weber2019-01-051-4/+4
* Move -add-plugin validation after -load was executed.Nico Weber2019-01-051-0/+18
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-171-2/+3
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* Remove top-level using declaration from header files, as these aliases leak.Sam McCall2018-10-121-1/+1
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-4/+5
* [modules] Support use of -E on modules built from the command line.Richard Smith2018-09-151-4/+4
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-2/+7
* [VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall2018-09-141-7/+7
* 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