| Commit message (Expand) | Author | Age | Files | Lines |
* | [Concepts] Concept Specialization Expressions | Saar Raz | 2019-10-15 | 2 | -0/+42 |
* | Revert 374882 "[Concepts] Concept Specialization Expressions" | Nico Weber | 2019-10-15 | 2 | -42/+0 |
* | Reapply: [Modules][PCH] Hash input files content | Bruno Cardoso Lopes | 2019-10-15 | 2 | -22/+123 |
* | [Concepts] Concept Specialization Expressions | Saar Raz | 2019-10-15 | 2 | -0/+42 |
* | Temporarily Revert [Modules][PCH] Hash input files content | Eric Christopher | 2019-10-14 | 2 | -123/+22 |
* | [Modules][PCH] Hash input files content | Bruno Cardoso Lopes | 2019-10-14 | 2 | -22/+123 |
* | [OPNEMP]Allow num_tasks clause in combined task-based directives. | Alexey Bataev | 2019-10-14 | 2 | -0/+2 |
* | [OPNEMP]Allow grainsize clause in combined task-based directives. | Alexey Bataev | 2019-10-14 | 2 | -0/+2 |
* | [OPENMP50]Add support for 'parallel master taskloop' construct. | Alexey Bataev | 2019-10-14 | 2 | -0/+19 |
* | Move most CXXRecordDecl::DefinitionData bit-fields out into a separate | Richard Smith | 2019-10-11 | 2 | -153/+23 |
* | [OPENMP50]Support for 'master taskloop' directive. | Alexey Bataev | 2019-10-10 | 2 | -0/+19 |
* | [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 | 2 | -1/+3 |
* | Rename TypeNodes.def to TypeNodes.inc for consistency across all | John McCall | 2019-10-02 | 1 | -2/+2 |
* | For P0784R7: compute whether a variable has constant destruction if it | Richard Smith | 2019-09-29 | 2 | -4/+12 |
* | [OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI. | Simon Pilgrim | 2019-09-15 | 1 | -1/+3 |
* | [Support] Add overload writeFileAtomically(std::function Writer) | Jan Korous | 2019-09-13 | 1 | -32/+5 |
* | [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr. | Erich Keane | 2019-09-13 | 2 | -5/+30 |
* | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-09-07 | 2 | -0/+12 |
* | ASTReader: Bypass overridden files when reading PCHs | Duncan P. N. Exon Smith | 2019-08-30 | 1 | -13/+8 |
* | FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFC | Duncan P. N. Exon Smith | 2019-08-30 | 1 | -3/+1 |
* | [Modules] Make ReadModuleMapFileBlock errors reliable | Bruno Cardoso Lopes | 2019-08-29 | 1 | -7/+9 |
* | [Modules] Fix rebuilding an updated module for each of its consumers. | Volodymyr Sapsai | 2019-08-28 | 1 | -6/+1 |
* | ContentCache: Drop getBuffer's dependency on SourceManager | Duncan P. N. Exon Smith | 2019-08-26 | 1 | -5/+5 |
* | [OPENMP5.0]Add support for device_type clause in declare target | Alexey Bataev | 2019-08-23 | 1 | -4/+7 |
* | Introduce FileEntryRef and use it when handling includes to report correct de... | Alex Lorenz | 2019-08-22 | 2 | -0/+2 |
* | Retire llvm::less_ptr. llvm::deref is much more flexible. | Benjamin Kramer | 2019-08-22 | 1 | -3/+3 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 3 | -5/+5 |
* | [OPENMP]Support for non-rectangular loops. | Alexey Bataev | 2019-08-14 | 2 | -0/+18 |
* | [clang] Refactor doc comments to Decls attribution | Jan Korous | 2019-08-13 | 2 | -12/+21 |
* | Add SVE opaque built-in types | Richard Sandiford | 2019-08-09 | 2 | -0/+10 |
* | [OPENMP]Add support for analysis of linear variables and step. | Alexey Bataev | 2019-08-08 | 2 | -0/+6 |
* | 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 | 3 | -36/+50 |
* | Revert "[Sema] Diagnose default-initialization, destruction, and copying of" | Akira Hatanaka | 2019-07-26 | 2 | -12/+0 |
* | Fix parameter name comments using clang-tidy. NFC. | Rui Ueyama | 2019-07-16 | 5 | -11/+11 |
* | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-07-13 | 2 | -0/+12 |
* | [Concepts] Concept definitions (D40381) | Saar Raz | 2019-07-10 | 4 | -0/+19 |
* | [Bitcode] Move Bitstream to a separate library | Francis Visoiu Mistrih | 2019-07-03 | 10 | -11/+12 |
* | Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti... | Fangrui Song | 2019-07-03 | 2 | -7/+5 |
* | [C++2a] Add __builtin_bit_cast, used to implement std::bit_cast | Erik Pilkington | 2019-07-02 | 2 | -0/+12 |
* | BitStream reader: propagate errors | JF Bastien | 2019-06-26 | 4 | -241/+741 |
* | [clang] Add storage for APValue in ConstantExpr | Gauthier Harnisch | 2019-06-15 | 4 | -2/+140 |
* | [C++20] add Basic consteval specifier | Gauthier Harnisch | 2019-06-14 | 2 | -2/+2 |
* | For DR712: store on a MemberExpr whether it constitutes an odr-use. | Richard Smith | 2019-06-11 | 2 | -0/+2 |
* | For DR712: store on a DeclRefExpr whether it constitutes an odr-use. | Richard Smith | 2019-06-11 | 3 | -4/+7 |
* | Convert MemberExpr creation and serialization to work the same way as | Richard Smith | 2019-06-06 | 2 | -76/+76 |
* | Revert "Factor out duplicated code building a MemberExpr and marking it" and ... | Benjamin Kramer | 2019-06-05 | 2 | -72/+76 |
* | Convert MemberExpr creation and serialization to work the same way as | Richard Smith | 2019-06-04 | 2 | -76/+72 |
* | Re-check in clang support gun asm goto after fixing tests. | Jennifer Yu | 2019-06-03 | 2 | -0/+11 |