summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendActions.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-0/+4
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-231-0/+4
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-221-4/+0
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-221-0/+4
* Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg2019-12-191-1/+1
* Revert concepts changes from D41910Vedant Kumar2019-12-181-4/+0
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-181-0/+4
* Revert "Add an -fno-temp-file flag for compilation"Mitch Phillips2019-12-181-1/+1
* Add an -fno-temp-file flag for compilationHans Wennborg2019-12-181-1/+1
* [c++20] Implement P1185R2 (as modified by P2002R0).Richard Smith2019-12-101-0/+2
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-191-0/+2
* [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
OpenPOWER on IntegriCloud