| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Range-style std::find{,_if} -> llvm::find{,_if}. NFC | Fangrui Song | 2019-03-31 | 1 | -1/+1 |
| * | [OPENMP]Initial support for 'allocate' clause. | Alexey Bataev | 2019-03-27 | 1 | -0/+15 |
| * | [OPENMP 5.0]Initial support for 'allocator' clause. | Alexey Bataev | 2019-03-12 | 1 | -0/+8 |
| * | Modules: Invalidate out-of-date PCMs as they're discovered | Duncan P. N. Exon Smith | 2019-03-09 | 1 | -2/+26 |
| * | Modules: Rename MemoryBufferCache to InMemoryModuleCache | Duncan P. N. Exon Smith | 2019-03-09 | 1 | -9/+8 |
| * | Modules: Add -Rmodule-import | Duncan P. N. Exon Smith | 2019-03-06 | 1 | -0/+6 |
| * | Modules: Document that ReadASTCore exits its final loop via `return`, NFC | Duncan P. N. Exon Smith | 2019-03-03 | 1 | -1/+1 |
| * | [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier. | Michael Kruse | 2019-02-25 | 1 | -0/+10 |
| * | [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier. | Michael Kruse | 2019-02-22 | 1 | -0/+10 |
| * | [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier. | Michael Kruse | 2019-02-19 | 1 | -30/+40 |
| * | [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive. | Michael Kruse | 2019-02-01 | 1 | -2/+2 |