summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/FrontendActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "[Modules] Make header inclusion order from umbrella dirs deterministic"Bruno Cardoso Lopes2016-12-121-11/+3
* [Modules] Make header inclusion order from umbrella dirs deterministicBruno Cardoso Lopes2016-12-121-3/+11
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-31/+50
* Refactor to remove the assumption that we know the name of the module we're e...Richard Smith2016-08-251-2/+2
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-1/+2
* Print the module format in clang -module-file-info.Adrian Prantl2016-08-171-2/+7
* Support object-file-wrapped modules in clang -module-file-info.Adrian Prantl2016-08-171-0/+8
* Modules: add command line option fmodules-disable-diagnostic-validationManman Ren2016-07-261-1/+5
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+2
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-18/+25
* [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...Pierre Gousseau2016-07-131-1/+4
* RenderScript support in the FrontendPirama Arumuga Nainar2016-06-091-0/+1
* [Modules] Use vfs for (recursive) directory iterationBruno Cardoso Lopes2016-05-161-6/+7
* [Tooling] Fix broken dependency for shared buildEtienne Bergeron2016-05-121-0/+3
* [modules] addHeaderInclude() can't fail.Davide Italiano2016-03-021-21/+12
* [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a singleRichard Smith2016-02-191-0/+2