| Commit message (Expand) | Author | Age | Files | Lines |
* | Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang | Richard Smith | 2020-02-19 | 1 | -3/+3 |
* | [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a | Saar Raz | 2020-01-24 | 1 | -1/+1 |
* | [Concepts] Placeholder constraints and abbreviated templates | Saar Raz | 2020-01-24 | 1 | -3/+3 |
* | When diagnosing the lack of a viable conversion function, also list | Richard Smith | 2020-01-09 | 1 | -1/+1 |
* | [Concepts] Function trailing requires clauses | Saar Raz | 2020-01-09 | 1 | -0/+20 |
* | [Diagnostics] Try to improve warning message for -Wreturn-type | Dávid Bolvanský | 2019-11-09 | 2 | -2/+2 |
* | [Sema] Improved diagnostic for qualifiers in reference binding | Anastasia Stulova | 2019-06-21 | 1 | -14/+14 |
* | If capturing a variable fails, add a capture anyway (and mark it | Richard Smith | 2019-05-28 | 1 | -0/+7 |
* | [c++20] P0780R2: Support pack-expansion of init-captures. | Richard Smith | 2019-05-21 | 2 | -4/+64 |
* | Mark the lambda function pointer conversion operator as noexcept. | Aaron Ballman | 2019-01-21 | 1 | -0/+8 |
* | [Sema] Remove location from implicit capture init expr | Vedant Kumar | 2018-09-13 | 2 | -4/+4 |
* | PR38627: Fix handling of exception specification adjustment for | Richard Smith | 2018-09-05 | 1 | -2/+2 |
* | [C++17] Disallow lambdas in template parameters (PR33696). | Nicolas Lesser | 2018-07-12 | 1 | -0/+7 |
* | PR37450: Fix bug that disabled some type checks for variables with deduced ty... | Richard Smith | 2018-05-14 | 1 | -2/+10 |
* | [c++2a] Implement P0409R2 - Allow lambda capture [=,this] (by hamzasood) | Faisal Vali | 2017-08-19 | 1 | -2/+2 |
* | [Sema] Add warning for unused lambda captures | Malcolm Parsons | 2017-01-13 | 5 | -5/+5 |
* | PR23135: Don't instantiate constexpr functions referenced in unevaluated oper... | Richard Smith | 2017-01-07 | 1 | -2/+2 |
* | PR23281: Fix implementation of DR1891 to implement the intent: that is, a | Richard Smith | 2016-11-16 | 1 | -2/+2 |
* | P0012R1: Make exception specifications be part of the type system. This | Richard Smith | 2016-10-16 | 1 | -0/+10 |
* | Warn when a reference is bound to an empty l-value (dereferenced null pointer). | Nick Lewycky | 2016-05-14 | 1 | -2/+2 |
* | [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3) | Faisal Vali | 2016-03-21 | 1 | -0/+22 |
* | N3922: direct-list-initialization of an auto-typed variable no longer deduces a | Richard Smith | 2015-11-11 | 1 | -2/+3 |
* | Clarify the error message when the reason the conversion is not viable is bec... | Nick Lewycky | 2015-08-25 | 1 | -1/+1 |
* | Instantiate function declarations in instantiated functions. | Serge Pavlov | 2015-08-23 | 1 | -5/+8 |
* | Fix typo from r237482. "to reference of type" --> "to reference to type" | Richard Trieu | 2015-05-16 | 1 | -4/+4 |
* | When emitting a dropped qualifier error, show which qualifiers are dropped. | Richard Trieu | 2015-05-16 | 1 | -4/+4 |
* | Reverse the order of types in the reference dropping qualifiers error. | Richard Trieu | 2015-05-15 | 1 | -4/+4 |
* | PR23334: Perform semantic checking of lambda capture initialization in the ri... | Richard Smith | 2015-04-27 | 2 | -6/+6 |
* | Add a warning for direct-list-initialization of a variable with a deduced type | Richard Smith | 2015-02-11 | 1 | -2/+2 |
* | DR1048: drop top-level cv-qualifiers when deducing the return type of a | Richard Smith | 2014-12-19 | 1 | -5/+2 |
* | Adding a -Wunused-value warning for expressions with side effects used in an ... | Aaron Ballman | 2014-12-17 | 2 | -2/+2 |
* | DR1891, PR21787: a lambda closure type has no default constructor, rather than | Richard Smith | 2014-12-10 | 2 | -5/+5 |
* | Handle use of default member initializers before end of outermost class | Reid Kleckner | 2014-11-17 | 1 | -2/+2 |
* | PR21180: Lambda closure types are neither aggregates nor literal types. | Richard Smith | 2014-10-07 | 1 | -0/+5 |
* | More fixes for isBetterOverloadCandidate not being a strict weak ordering. The | Richard Smith | 2014-05-17 | 1 | -0/+18 |
* | Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a... | David Blaikie | 2014-04-02 | 1 | -1/+1 |
* | Normalize line endings | David Majnemer | 2014-03-02 | 2 | -156/+156 |
* | Require the type of a by-copy capture to be complete before creating its field. | Douglas Gregor | 2013-12-18 | 1 | -0/+9 |
* | Switch to the new MingW ABI. | Rafael Espindola | 2013-12-12 | 1 | -1/+1 |
* | Delete the now unnecessary test/generic-lambda-unimplemented-1y.cpp | Faisal Vali | 2013-12-07 | 1 | -31/+0 |
* | This patch implements capturing of variables within generic lambdas. | Faisal Vali | 2013-11-07 | 3 | -7/+9 |
* | And Again: Teach TreeTransform how to transform nested generic lambdas. | Faisal Vali | 2013-10-23 | 1 | -17/+0 |
* | Revert r193223 and r193216. | Rafael Espindola | 2013-10-23 | 1 | -0/+17 |
* | Again: Teach TreeTransform and family how to transform generic | Faisal Vali | 2013-10-23 | 1 | -17/+0 |
* | Diagnose by-copy captures of abstract classes. | Douglas Gregor | 2013-10-11 | 1 | -0/+12 |
* | Revert "Teach TreeTransform and family how to transform generic lambdas withi... | Rafael Espindola | 2013-10-04 | 1 | -0/+17 |
* | Teach TreeTransform and family how to transform generic lambdas within templa... | Faisal Vali | 2013-10-03 | 1 | -17/+0 |
* | Revert changes from the nested lambdas commit till i figure out | Faisal Vali | 2013-10-03 | 1 | -0/+17 |
* | Teach TreeTransform and family how to transform generic lambdas within templa... | Faisal Vali | 2013-10-03 | 1 | -17/+0 |
* | Implement conversion to function pointer for generic lambdas without captures. | Faisal Vali | 2013-09-29 | 1 | -23/+20 |