| Commit message (Expand) | Author | Age | Files | Lines |
* | [Concepts] Do not check constraints if not all template arguments have been d... | Saar Raz | 2020-02-12 | 1 | -0/+6 |
* | [Concepts] Correctly form initial parameter mapping for parameter packs, supp... | Saar Raz | 2020-01-31 | 1 | -0/+51 |
* | [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a | Saar Raz | 2020-01-24 | 12 | -12/+12 |
* | [Concepts] Implement P1616R1 - Using unconstrained template template paramete... | Saar Raz | 2020-01-24 | 1 | -5/+5 |
* | [Concepts] Placeholder constraints and abbreviated templates | Saar Raz | 2020-01-24 | 1 | -1/+24 |
* | [Concepts] Profile TypeConstraints in ProfileTemplateParameterList | Saar Raz | 2020-01-24 | 1 | -0/+17 |
* | Remove redundant CXXScopeSpec from TemplateIdAnnotation. | Richard Smith | 2020-01-24 | 1 | -1/+1 |
* | [Concepts] Type Constraints | Saar Raz | 2020-01-15 | 4 | -1/+198 |
* | [Concepts] Function trailing requires clauses | Saar Raz | 2020-01-09 | 10 | -42/+82 |
* | Always deduce the lengths of contained parameter packs when deducing a | Richard Smith | 2020-01-06 | 1 | -0/+31 |
* | [Concepts] Constrained partial specializations and function overloads. | Saar Raz | 2019-12-23 | 4 | -0/+210 |
* | Revert "[Concepts] Constrained partial specializations and function overloads." | Reid Kleckner | 2019-12-22 | 4 | -203/+0 |
* | [Concepts] Constrained partial specializations and function overloads. | Saar Raz | 2019-12-22 | 4 | -0/+203 |
* | Fix crash on init-capture packs where the type of the initializer is non-depe... | Richard Smith | 2019-12-19 | 1 | -0/+8 |
* | Revert concepts changes from D41910 | Vedant Kumar | 2019-12-18 | 4 | -203/+0 |
* | [Concepts] Constrained partial specializations and function overloads. | Saar Raz | 2019-12-18 | 4 | -0/+203 |
* | [Concepts] Constraint Enforcement & Diagnostics | Saar Raz | 2019-12-06 | 3 | -0/+202 |
* | [Sema] Fixes templated friend member assertion | Mark de Wever | 2019-11-05 | 1 | -1/+10 |
* | Revert "[Concepts] Constraint Enforcement & Diagnostics" | Vlad Tsyrklevich | 2019-10-28 | 3 | -202/+0 |
* | [Concepts] Constraint Enforcement & Diagnostics | Saar Raz | 2019-10-25 | 3 | -0/+202 |
* | [c++20] Add rewriting from comparison operators to <=> / ==. | Richard Smith | 2019-10-19 | 1 | -0/+34 |
* | [Concept] Associated Constraints Infrastructure | Saar Raz | 2019-10-15 | 4 | -8/+106 |
* | [Concepts] Concept Specialization Expressions | Saar Raz | 2019-10-15 | 1 | -0/+65 |
* | Revert 374882 "[Concepts] Concept Specialization Expressions" | Nico Weber | 2019-10-15 | 1 | -65/+0 |
* | [Concepts] Concept Specialization Expressions | Saar Raz | 2019-10-15 | 1 | -0/+65 |
* | [c++20] P0780R2: Support pack-expansion of init-captures. | Richard Smith | 2019-05-21 | 1 | -0/+39 |
* | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 2 | -5/+5 |
* | [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose | Richard Smith | 2019-05-09 | 1 | -1/+4 |
* | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 2 | -5/+5 |
* | [c++20] Implement P0428R2 - Familiar template syntax for generic lambdas | Hamza Sood | 2019-05-04 | 1 | -6/+3 |
* | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 2 | -5/+5 |
* | Fix implementation of [temp.local]p4. | Richard Smith | 2019-02-15 | 1 | -3/+3 |
* | Revert "Fix implementation of [temp.local]p4." | Francis Visoiu Mistrih | 2019-02-15 | 1 | -3/+3 |
* | Fix implementation of [temp.local]p4. | Richard Smith | 2019-02-15 | 1 | -3/+3 |
* | [NFC] Test commit: tweak whitespace in comment | Tan S. B. | 2018-12-17 | 1 | -2/+2 |
* | P0859R0: List-initialization is potentially-constant-evaluated and | Richard Smith | 2018-09-26 | 1 | -0/+12 |
* | Improve diagnostic for missing comma in template parameter list. | Richard Smith | 2018-08-17 | 1 | -3/+6 |
* | Fold -Wreturn-stack-address into general initialization lifetime | Richard Smith | 2018-07-23 | 1 | -4/+4 |
* | [Sema] Diagnose an invalid dependent function template specialization | Erik Pilkington | 2018-07-19 | 1 | -0/+28 |
* | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -6/+6 |
* | Temporarily revert r337226 "Restructure checking for, and warning on, lifetim... | Florian Hahn | 2018-07-17 | 1 | -6/+6 |
* | Restructure checking for, and warning on, lifetime extension. | Richard Smith | 2018-07-17 | 1 | -6/+6 |
* | PR38136: improve handling of template argument deduction of non-trailing | Richard Smith | 2018-07-12 | 2 | -2/+54 |
* | Add tests for function conversions in conversion function template | Richard Smith | 2018-07-12 | 1 | -0/+17 |
* | Fix deduction for conversion function templates converting to reference | Richard Smith | 2018-07-11 | 1 | -0/+68 |
* | Fix determination of whether one set of cvr-qualifiers is compatible | Richard Smith | 2018-07-11 | 1 | -0/+10 |
* | Parse A::template B as an identifier rather than as a template-id with no | Richard Smith | 2018-04-27 | 1 | -1/+1 |
* | Implement C++ DR727, which permits explicit specializations at class scope. | Richard Smith | 2018-03-16 | 5 | -76/+21 |
* | Fix a couple of cases where we would fail to correctly parse deduced class te... | Richard Smith | 2018-02-28 | 1 | -2/+2 |
* | [Parser][FixIt] Better diagnostics for "typedef" instead of "typename" typo | Jan Korous | 2018-02-08 | 1 | -14/+14 |