| Commit message (Expand) | Author | Age | Files | Lines |
| * | [clang] Persist Attr::IsPackExpansion into the PCH | Nathan Ridge | 2020-06-10 | 1 | -0/+25 |
| * | [Concepts] Add constraints checks to isSameEntity | Saar Raz | 2020-03-10 | 1 | -0/+37 |
| * | Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs" | Hans Wennborg | 2020-02-27 | 1 | -30/+0 |
| * | [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a | Saar Raz | 2020-01-24 | 1 | -2/+2 |
| * | [Concepts] Requires Expressions | Saar Raz | 2020-01-24 | 1 | -0/+20 |
| * | Fix up ms-pch-macro.c test to pass on non-Windows | Reid Kleckner | 2020-01-14 | 1 | -5/+5 |
| * | Allow /D flags absent during PCH creation under msvc-compat | Zachary Henkel | 2020-01-14 | 1 | -0/+39 |
| * | make -fmodules-codegen and -fmodules-debuginfo work also with PCHs | Luboš Luňák | 2020-01-15 | 1 | -0/+30 |
| * | When diagnosing the lack of a viable conversion function, also list | Richard Smith | 2020-01-09 | 1 | -6/+6 |
| * | [c++20] P1959R0: Remove support for std::*_equality. | Richard Smith | 2019-12-16 | 1 | -131/+1 |
| * | Fix a bug in the property-based serialization of | John McCall | 2019-12-16 | 2 | -0/+18 |
| * | [c++20] Fix handling of unqualified lookups from a defaulted comparison | Richard Smith | 2019-12-09 | 1 | -0/+50 |
| * | Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ... | Eric Christopher | 2019-11-26 | 1 | -2/+2 |
| * | Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ... | Muhammad Omair Javaid | 2019-11-26 | 1 | -2/+2 |
| * | As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d... | Eric Christopher | 2019-11-25 | 1 | -2/+2 |
| * | [Diagnostics] Try to improve warning message for -Wreturn-type | Dávid Bolvanský | 2019-11-09 | 1 | -2/+2 |
| * | PCH debug info: Avoid appending the source directory to an absolute path | Adrian Prantl | 2019-10-21 | 1 | -0/+22 |
| * | [c++20] Add rewriting from comparison operators to <=> / ==. | Richard Smith | 2019-10-19 | 1 | -0/+13 |
| * | [Concepts] Concept Specialization Expressions | Saar Raz | 2019-10-15 | 1 | -0/+32 |
| * | Revert 374882 "[Concepts] Concept Specialization Expressions" | Nico Weber | 2019-10-15 | 1 | -32/+0 |
| * | Reapply: [Modules][PCH] Hash input files content | Bruno Cardoso Lopes | 2019-10-15 | 1 | -0/+29 |
| * | [Concepts] Concept Specialization Expressions | Saar Raz | 2019-10-15 | 1 | -0/+32 |
| * | Temporarily Revert [Modules][PCH] Hash input files content | Eric Christopher | 2019-10-14 | 1 | -29/+0 |
| * | [Modules][PCH] Hash input files content | Bruno Cardoso Lopes | 2019-10-14 | 1 | -0/+29 |
| * | Re-land Remove REQUIRES:shell from tests that pass for me on Windows | Reid Kleckner | 2019-09-10 | 1 | -1/+3 |
| * | Revert Remove REQUIRES:shell from tests that pass for me on Windows | James Henderson | 2019-09-10 | 1 | -3/+1 |
| * | Remove REQUIRES:shell from tests that pass for me on Windows | Reid Kleckner | 2019-09-10 | 1 | -1/+3 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-09-07 | 1 | -0/+24 |
| * | [c++20] Implement semantic restrictions for C++20 designated | Richard Smith | 2019-08-30 | 1 | -2/+2 |
| * | Diagnose use of _Thread_local as an extension when not in C11 mode. | Aaron Ballman | 2019-08-26 | 1 | -2/+2 |
| * | Rename PCH/leakfiles test so it runs on bots. | Sam McCall | 2019-08-09 | 1 | -0/+0 |
| * | Add SVE opaque built-in types | Richard Sandiford | 2019-08-09 | 1 | -0/+21 |
| * | Revert "[Sema] Diagnose default-initialization, destruction, and copying of" | Akira Hatanaka | 2019-07-26 | 1 | -24/+0 |
| * | [Sema] Diagnose default-initialization, destruction, and copying of | Akira Hatanaka | 2019-07-13 | 1 | -0/+24 |
| * | For DR712: store on a DeclRefExpr whether it constitutes an odr-use. | Richard Smith | 2019-06-11 | 1 | -3/+3 |
| * | Convert MemberExpr creation and serialization to work the same way as | Richard Smith | 2019-06-06 | 2 | -0/+18 |
| * | Re-check in clang support gun asm goto after fixing tests. | Jennifer Yu | 2019-06-03 | 1 | -1/+5 |
| * | Revert "clang support gnu asm goto." | Erich Keane | 2019-05-30 | 1 | -5/+1 |
| * | clang support gnu asm goto. | Jennifer Yu | 2019-05-30 | 1 | -1/+5 |
| * | [OpenMP] Set pragma start loc to `#pragma` loc | Joel E. Denny | 2019-05-28 | 1 | -4/+4 |
| * | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 1 | -0/+124 |
| * | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 1 | -124/+0 |
| * | [c++20] Implement P1009R2: allow omitting the array bound in an array | Richard Smith | 2019-05-06 | 1 | -0/+6 |
| * | [c++20] Implement P0428R2 - Familiar template syntax for generic lambdas | Hamza Sood | 2019-05-04 | 3 | -2/+44 |
| * | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 1 | -0/+124 |
| * | CWG issue 727: Fix numerous bugs in support for class-scope explicit | Richard Smith | 2019-05-03 | 2 | -16/+45 |
| * | Replace ad-hoc tracking of pattern for an instantiated class-scope | Richard Smith | 2019-05-02 | 2 | -4/+42 |
| * | When skipping code at the start of a file during PCH use, Preprocessor::Lex | Mike Rice | 2019-04-29 | 3 | -0/+31 |
| * | Clean up ObjCPropertyDecl printing | David Goldman | 2019-04-08 | 1 | -1/+1 |
| * | [OPENMP]Improve detection of omp_allocator_handle_t type and predefined | Alexey Bataev | 2019-03-20 | 1 | -0/+7 |