summaryrefslogtreecommitdiff
path: root/include/clang/Frontend/FrontendActions.h
Commit message (Expand)AuthorAgeFilesLines
* [clang][ifs] Dropping older experimental interface stub formats.Puyan Lotfi2019-08-221-13/+0
* [clang][ifs] New interface stubs format (llvm triple based).Puyan Lotfi2019-08-221-0/+6
* [clang-ifs] Clang Interface Stubs, first version (second landing attempt).Puyan Lotfi2019-06-201-0/+20
* Revert D60974 "[clang-ifs] Clang Interface Stubs, first version."Fangrui Song2019-06-181-20/+0
* [clang-ifs] Clang Interface Stubs, first version.Puyan Lotfi2019-06-171-0/+20
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-031-0/+11
* Delete unused declaration of DeclContextPrintAction after the removal of -pri...Fangrui Song2019-03-131-6/+0
* 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-5/+0
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-0/+13
* Remove trailing spaceFangrui Song2018-07-301-4/+4
* Add a new driver mode to dump compiler feature and extension options.Aaron Ballman2018-05-311-0/+12
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-6/+6
* [Templight] Template Instantiation ObserverGabor Horvath2018-02-101-0/+8
* Allow to store precompiled preambles in memory.Ilya Biryukov2017-11-161-4/+9
* Reject attempts to build a module without -fmodules, rather than silently doi...Richard Smith2017-07-061-0/+2
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-6/+3
* Move functionality for handling module maps as inputs from the -emit-moduleRichard Smith2017-04-281-11/+0
* [GeneratePCHAction] If preprocessor option 'AllowPCHWithCompilerErrors' is en...Argyrios Kyrtzidis2017-02-271-0/+2
* PCH: fix a regression that reports a module is defined in both pch and pcm.Manman Ren2017-01-091-0/+2
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-14/+24
* Support object-file-wrapped modules in clang -module-file-info.Adrian Prantl2016-08-171-0/+1
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-5/+4
* [Tooling] Fix broken dependency for shared buildEtienne Bergeron2016-05-121-0/+1
* [Frontend] Make the memory management of FrontendAction pointers explicit by ...Argyrios Kyrtzidis2016-02-071-2/+3
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-8/+7
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Return a pointer instead of having a pointer outparam and a bool return.Rafael Espindola2015-04-101-5/+4
* Return a pointer instead of having a pointer outparam and a bool return.Rafael Espindola2015-04-101-5/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-8/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-0/+8
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-8/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-0/+8
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-8/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+8
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-8/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+8
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-8/+0
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-0/+8
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-25/+26
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-26/+25
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-25/+26
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* Add clang:: qualifier back to ModuleBen Langmuir2014-04-141-1/+1
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-8/+12
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-64/+64
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-0/+11
* Remove -ast-dump-xml.Richard Smith2013-10-071-6/+0
* [Modules] If a module map resides in a system header directory, treat it as a...Douglas Gregor2013-06-211-0/+4
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-1/+16