| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs" | Hans Wennborg | 2020-02-27 | 1 | -2/+1 |
* | [Concepts] Placeholder constraints and abbreviated templates | Saar Raz | 2020-01-24 | 1 | -0/+11 |
* | [ODRHash] Fix wrong error message with bitfields and mutable. | Weverything | 2020-01-14 | 1 | -8/+16 |
* | make -fmodules-codegen and -fmodules-debuginfo work also with PCHs | Luboš Luňák | 2020-01-15 | 1 | -1/+2 |
* | [OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang | Johannes Doerfert | 2019-12-26 | 1 | -2/+1 |
* | [OPENMP50]Basic support for conditional lastprivate. | Alexey Bataev | 2019-12-24 | 1 | -0/+4 |
* | [OPENMP50]Codegen for nontemporal clause. | Alexey Bataev | 2019-12-23 | 1 | -0/+5 |
* | [OPENMP50]Add parsing/sema analysis for nontemporal clause. | Alexey Bataev | 2019-12-17 | 1 | -0/+13 |
* | Move ASTRecordReader into its own header; NFC. | John McCall | 2019-12-14 | 1 | -1/+27 |
* | Abstract serialization: TableGen the (de)serialization code for Types. | John McCall | 2019-12-14 | 1 | -759/+20 |
* | Standardize the reader methods in ASTReader; NFC. | John McCall | 2019-12-14 | 1 | -522/+445 |
* | clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFC | Duncan P. N. Exon Smith | 2019-11-21 | 1 | -1/+1 |
* | clang/Modules: Sink ASTReadResult in ReadControlBlock, NFC | Duncan P. N. Exon Smith | 2019-11-19 | 1 | -5/+5 |
* | clang/Modules: Error if ReadASTBlock does not find the main module | Duncan P. N. Exon Smith | 2019-11-12 | 1 | -0/+7 |
* | clang/Modules: Clean up modules on error in ReadAST | Duncan P. N. Exon Smith | 2019-11-11 | 1 | -14/+18 |
* | clang/Modules: Add missing diagnostics for malformed AST files | Duncan P. N. Exon Smith | 2019-11-11 | 1 | -2/+6 |
* | clang/Modules: Split loop in ReadAST between failable and not | Duncan P. N. Exon Smith | 2019-11-11 | 1 | -1/+7 |
* | clang/Modules: Use range-based for in ASTReader::ReadAST, NFC | Duncan P. N. Exon Smith | 2019-11-11 | 1 | -11/+7 |
* | clang/Modules: Delay err_module_file_conflict if a diagnostic is in flight | Duncan P. N. Exon Smith | 2019-11-11 | 1 | -10/+7 |
* | clang/Modules: Remove unused parameter from ModuleManager::removeModules | Duncan P. N. Exon Smith | 2019-11-10 | 1 | -5/+1 |
* | [OPENMP]Allow priority clause in combined task-based directives. | Alexey Bataev | 2019-10-16 | 1 | -0/+1 |
* | [OPENMP]Allow final clause in combined task-based directives. | Alexey Bataev | 2019-10-15 | 1 | -0/+1 |
* | [Concept] Associated Constraints Infrastructure | Saar Raz | 2019-10-15 | 1 | -2/+4 |
* | Reapply: [Modules][PCH] Hash input files content | Bruno Cardoso Lopes | 2019-10-15 | 1 | -11/+75 |
* | Temporarily Revert [Modules][PCH] Hash input files content | Eric Christopher | 2019-10-14 | 1 | -75/+11 |
* | [Modules][PCH] Hash input files content | Bruno Cardoso Lopes | 2019-10-14 | 1 | -11/+75 |
* | [OPNEMP]Allow num_tasks clause in combined task-based directives. | Alexey Bataev | 2019-10-14 | 1 | -0/+1 |
* | [OPNEMP]Allow grainsize clause in combined task-based directives. | Alexey Bataev | 2019-10-14 | 1 | -0/+1 |
* | [AST] ASTReader::ReadSLocEntry(): move computation of FirstDecl into the bran... | Roman Lebedev | 2019-10-10 | 1 | -1/+1 |
* | Properly handle instantiation-dependent array bounds. | Richard Smith | 2019-10-04 | 1 | -1/+2 |
* | [OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI. | Simon Pilgrim | 2019-09-15 | 1 | -1/+3 |
* | ASTReader: Bypass overridden files when reading PCHs | Duncan P. N. Exon Smith | 2019-08-30 | 1 | -13/+8 |
* | [Modules] Make ReadModuleMapFileBlock errors reliable | Bruno Cardoso Lopes | 2019-08-29 | 1 | -7/+9 |
* | Introduce FileEntryRef and use it when handling includes to report correct de... | Alex Lorenz | 2019-08-22 | 1 | -0/+1 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 1 | -1/+1 |
* | [clang] Refactor doc comments to Decls attribution | Jan Korous | 2019-08-13 | 1 | -4/+11 |
* | Add SVE opaque built-in types | Richard Sandiford | 2019-08-09 | 1 | -0/+5 |
* | [OPENMP]Add support for analysis of linear variables and step. | Alexey Bataev | 2019-08-08 | 1 | -0/+4 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | [clang] Adopt new FileManager error-returning APIs | Harlan Haskins | 2019-08-01 | 1 | -22/+30 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 1 | -1/+1 |
* | [Bitcode] Move Bitstream to a separate library | Francis Visoiu Mistrih | 2019-07-03 | 1 | -1/+1 |
* | Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti... | Fangrui Song | 2019-07-03 | 1 | -6/+4 |
* | BitStream reader: propagate errors | JF Bastien | 2019-06-26 | 1 | -168/+587 |
* | [clang] Add storage for APValue in ConstantExpr | Gauthier Harnisch | 2019-06-15 | 1 | -0/+56 |
* | [c++20] P0780R2: Support pack-expansion of init-captures. | Richard Smith | 2019-05-21 | 1 | -2/+7 |
* | [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose | Richard Smith | 2019-05-09 | 1 | -0/+5 |
* | Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att... | Leonard Chan | 2019-05-07 | 1 | -0/+14 |
* | Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec... | Leonard Chan | 2019-05-03 | 1 | -14/+0 |
* | [Attribute/Diagnostics] Print macro if definition is an attribute declaration | Leonard Chan | 2019-05-02 | 1 | -0/+14 |