| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Revert "clang support gnu asm goto." | Erich Keane | 2019-05-30 | 2 | -11/+0 |
| * | clang support gnu asm goto. | Jennifer Yu | 2019-05-30 | 2 | -0/+11 |
| * | Permit static local structured bindings to be named from arbitrary scopes ins... | Richard Smith | 2019-05-25 | 1 | -1/+3 |
| * | Fix crash deserializing a CUDAKernelCallExpr with a +Asserts binary. | Richard Smith | 2019-05-24 | 1 | -1/+1 |
| * | [c++20] P0780R2: Support pack-expansion of init-captures. | Richard Smith | 2019-05-21 | 3 | -5/+11 |
| * | Implement __builtin_LINE() et. al. to support source location capture. | Eric Fiselier | 2019-05-16 | 2 | -0/+26 |
| * | PR41845: Detect and reject mismatched inner/outer pack expansion sizes | Richard Smith | 2019-05-13 | 2 | -0/+2 |
| * | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 3 | -15/+19 |
| * | [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose | Richard Smith | 2019-05-09 | 2 | -0/+11 |
| * | Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att... | Leonard Chan | 2019-05-07 | 2 | -0/+25 |
| * | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 3 | -19/+15 |
| * | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 3 | -15/+19 |
| * | Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec... | Leonard Chan | 2019-05-03 | 2 | -25/+0 |
| * | [Attribute/Diagnostics] Print macro if definition is an attribute declaration | Leonard Chan | 2019-05-02 | 2 | -0/+25 |
| * | Replace ad-hoc tracking of pattern for an instantiated class-scope | Richard Smith | 2019-05-02 | 2 | -7/+32 |
| * | [Serialization] Stable serialization order for OpenCLTypeExtMap and OpenCLDec... | Bruno Ricci | 2019-04-18 | 1 | -9/+45 |
| * | Range-style std::find{,_if} -> llvm::find{,_if}. NFC | Fangrui Song | 2019-03-31 | 2 | -3/+2 |
| * | Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c... | Anton Afanasyev | 2019-03-30 | 1 | -0/+4 |
| * | [OPENMP]Initial support for 'allocate' clause. | Alexey Bataev | 2019-03-27 | 2 | -0/+24 |
| * | [OPENMP]Improve detection of omp_allocator_handle_t type and predefined | Alexey Bataev | 2019-03-20 | 2 | -5/+13 |
| * | [clang][OpeMP] Model OpenMP structured-block in AST (PR40563) | Roman Lebedev | 2019-03-20 | 3 | -4/+10 |
| * | [NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);` | Roman Lebedev | 2019-03-12 | 2 | -3/+9 |
| * | [OPENMP 5.0]Initial support for 'allocator' clause. | Alexey Bataev | 2019-03-12 | 4 | -4/+32 |
| * | Modules: Add LangOptions::CacheGeneratedPCH | Duncan P. N. Exon Smith | 2019-03-12 | 2 | -5/+9 |
| * | Modules: Invalidate out-of-date PCMs as they're discovered | Duncan P. N. Exon Smith | 2019-03-09 | 4 | -36/+87 |
| * | Modules: Rename MemoryBufferCache to InMemoryModuleCache | Duncan P. N. Exon Smith | 2019-03-09 | 6 | -31/+83 |
| * | [OPENMP 5.0]Add initial support for 'allocate' directive. | Alexey Bataev | 2019-03-07 | 5 | -2/+47 |
| * | 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 |
| * | Avoid needlessly copying a block to the heap when a block literal | Akira Hatanaka | 2019-02-27 | 2 | -0/+2 |
| * | [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier. | Michael Kruse | 2019-02-25 | 2 | -0/+14 |
| * | [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier. | Michael Kruse | 2019-02-22 | 2 | -0/+14 |
| * | [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier. | Michael Kruse | 2019-02-19 | 2 | -30/+44 |
| * | [modules] Fix handling of initializers for templated global variables. | Richard Smith | 2019-02-05 | 3 | -2/+17 |