| Commit message (Expand) | Author | Age | Files | Lines |
* | [Concepts] Constrained partial specializations and function overloads. | Saar Raz | 2019-12-18 | 1 | -0/+4 |
* | Revert "Add an -fno-temp-file flag for compilation" | Mitch Phillips | 2019-12-18 | 1 | -1/+1 |
* | Add an -fno-temp-file flag for compilation | Hans Wennborg | 2019-12-18 | 1 | -1/+1 |
* | [c++20] Implement P1185R2 (as modified by P2002R0). | Richard Smith | 2019-12-10 | 1 | -0/+2 |
* | [c++20] Add rewriting from comparison operators to <=> / ==. | Richard Smith | 2019-10-19 | 1 | -0/+2 |
* | [Concepts] Concept Specialization Expressions | Saar Raz | 2019-10-15 | 1 | -0/+4 |
* | Revert 374882 "[Concepts] Concept Specialization Expressions" | Nico Weber | 2019-10-15 | 1 | -4/+0 |
* | [Concepts] Concept Specialization Expressions | Saar Raz | 2019-10-15 | 1 | -0/+4 |
* | Removed some questionable default arguments from setters | Dmitri Gribenko | 2019-09-12 | 1 | -1/+1 |
* | Introduce FileEntryRef and use it when handling includes to report correct de... | Alex Lorenz | 2019-08-22 | 1 | -4/+4 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -10/+10 |
* | Move LangStandard*, InputKind::Language to Basic | Rainer Orth | 2019-08-05 | 1 | -11/+12 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -2/+2 |
* | Add clang source minimizer that reduces source to directives | Alex Lorenz | 2019-06-03 | 1 | -1/+32 |
* | Introduce the ability to dump the AST to JSON. | Aaron Ballman | 2019-05-13 | 1 | -5/+4 |
* | [c++20] Enable driver and frontend support for building and using | Richard Smith | 2019-04-14 | 1 | -3/+3 |
* | Modules: Add LangOptions::CacheGeneratedPCH | Duncan P. N. Exon Smith | 2019-03-12 | 1 | -1/+3 |
* | Modules: Rename MemoryBufferCache to InMemoryModuleCache | Duncan P. N. Exon Smith | 2019-03-09 | 1 | -11/+11 |
* | [Preprocessor] Add a note with framework location for "file not found" error. | Volodymyr Sapsai | 2019-02-05 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | PTH-- Remove feature entirely- | Erich Keane | 2018-12-04 | 1 | -10/+0 |
* | [Frontend] Delete -print-decl-contexts | Fangrui Song | 2018-10-03 | 1 | -6/+0 |
* | [modules] Support use of -E on modules built from the command line. | Richard Smith | 2018-09-15 | 1 | -3/+1 |
* | [modules] Frontend support for building a header module from a list of | Richard Smith | 2018-09-15 | 1 | -0/+70 |
* | [Modules] Add imported modules to the output of -module-file-info | Bruno Cardoso Lopes | 2018-09-11 | 1 | -0/+11 |
* | PR38627: Fix handling of exception specification adjustment for | Richard Smith | 2018-09-05 | 1 | -0/+2 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -5/+5 |
* | [modules] Print input files when -module-file-info file switch is passed. | Vassil Vassilev | 2018-07-18 | 1 | -0/+39 |
* | [clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801) | Hans Wennborg | 2018-06-25 | 1 | -4/+4 |
* | Add a new driver mode to dump compiler feature and extension options. | Aaron Ballman | 2018-05-31 | 1 | -0/+48 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -1/+1 |
* | [HIP] Add hip input kind and codegen for kernel launching | Yaxun Liu | 2018-04-25 | 1 | -0/+1 |
* | Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev... | Nico Weber | 2018-04-10 | 1 | -4/+0 |
* | -ftime-report switch support in Clang. | Andrew V. Tischenko | 2018-04-10 | 1 | -0/+4 |
* | Allow the creation of human-friendly ASTDumper to arbitrary output stream | Alexander Kornienko | 2018-04-06 | 1 | -1/+2 |
* | Make a build bot happy. | Gabor Horvath | 2018-02-10 | 1 | -6/+6 |
* | [Templight] Template Instantiation Observer | Gabor Horvath | 2018-02-10 | 1 | -0/+153 |
* | Allow to store precompiled preambles in memory. | Ilya Biryukov | 2017-11-16 | 1 | -7/+13 |
* | [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin... | Cameron Desrochers | 2017-09-20 | 1 | -1/+1 |
* | [modules] Add ability to specify module name to module file mapping (reapply) | Boris Kolpackov | 2017-08-31 | 1 | -2/+2 |
* | Revert r312105 [modules] Add ability to specify module name to module file ma... | Victor Leschuk | 2017-08-30 | 1 | -2/+2 |
* | [modules] Add ability to specify module name to module file mapping | Boris Kolpackov | 2017-08-30 | 1 | -2/+2 |
* | Reject attempts to build a module without -fmodules, rather than silently doi... | Richard Smith | 2017-07-06 | 1 | -0/+10 |
* | Teach ASTReader how to read only the Preprocessor state from an AST file, not... | Richard Smith | 2017-06-29 | 1 | -1/+1 |
* | Killing a tab and some other spurious whitespace; NFC. | Aaron Ballman | 2017-06-16 | 1 | -1/+1 |
* | Remove 'Filename' parameter from BeginSourceFileAction. | Richard Smith | 2017-06-09 | 1 | -10/+4 |
* | Escape filenames in module map line marker directives, to unbreak Windows bui... | Richard Smith | 2017-06-01 | 1 | -2/+5 |
* | Add support for building modules from preprocessed source. | Richard Smith | 2017-05-05 | 1 | -0/+12 |
* | Move functionality for handling module maps as inputs from the -emit-module | Richard Smith | 2017-04-28 | 1 | -236/+6 |