summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+4
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-4/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+4
* Removed some questionable default arguments from settersDmitri Gribenko2019-09-121-1/+1
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-221-4/+4
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-10/+10
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-051-11/+12
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-031-1/+32
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-131-5/+4
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-3/+3
* Modules: Add LangOptions::CacheGeneratedPCHDuncan P. N. Exon Smith2019-03-121-1/+3
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-091-11/+11
* [Preprocessor] Add a note with framework location for "file not found" error.Volodymyr Sapsai2019-02-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* PTH-- Remove feature entirely-Erich Keane2018-12-041-10/+0
* [Frontend] Delete -print-decl-contextsFangrui Song2018-10-031-6/+0
* [modules] Support use of -E on modules built from the command line.Richard Smith2018-09-151-3/+1
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-0/+70
* [Modules] Add imported modules to the output of -module-file-infoBruno Cardoso Lopes2018-09-111-0/+11
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-0/+2
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* [modules] Print input files when -module-file-info file switch is passed.Vassil Vassilev2018-07-181-0/+39
* [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)Hans Wennborg2018-06-251-4/+4
* Add a new driver mode to dump compiler feature and extension options.Aaron Ballman2018-05-311-0/+48
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [HIP] Add hip input kind and codegen for kernel launchingYaxun Liu2018-04-251-0/+1
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-4/+0
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-0/+4
* Allow the creation of human-friendly ASTDumper to arbitrary output streamAlexander Kornienko2018-04-061-1/+2
* Make a build bot happy.Gabor Horvath2018-02-101-6/+6
* [Templight] Template Instantiation ObserverGabor Horvath2018-02-101-0/+153
* Allow to store precompiled preambles in memory.Ilya Biryukov2017-11-161-7/+13
* [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...Cameron Desrochers2017-09-201-1/+1
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-2/+2
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-2/+2
* [modules] Add ability to specify module name to module file mappingBoris Kolpackov2017-08-301-2/+2
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-061-0/+10
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-1/+1
* Killing a tab and some other spurious whitespace; NFC.Aaron Ballman2017-06-161-1/+1
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-10/+4
* Escape filenames in module map line marker directives, to unbreak Windows bui...Richard Smith2017-06-011-2/+5
* Add support for building modules from preprocessed source.Richard Smith2017-05-051-0/+12
* Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith2017-04-281-236/+6
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-17/+15
* Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith2017-03-091-0/+1
* [GeneratePCHAction] If preprocessor option 'AllowPCHWithCompilerErrors' is en...Argyrios Kyrtzidis2017-02-271-1/+7
* [modules] For -module-file-info, print out the resource dir path, since it is...Argyrios Kyrtzidis2017-02-251-0/+1
* PCH: fix a regression that reports a module is defined in both pch and pcm.Manman Ren2017-01-091-0/+6
OpenPOWER on IntegriCloud