Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Improved diagnostic for qualifiers in reference binding | Anastasia Stulova | 2019-06-21 | 1 | -14/+14 |
* | [Sema] Add warning for unused lambda captures | Malcolm Parsons | 2017-01-13 | 1 | -1/+1 |
* | 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 |
* | Rewrite variable capture within lambda expressions and blocks, | Douglas Gregor | 2012-02-18 | 1 | -3/+24 |
* | Unify our computation of the type of a captured reference to a | Douglas Gregor | 2012-02-18 | 1 | -0/+3 |
* | Add simple semantic test for C++11 [expr.prim.lambda]p16, which covers recurs... | Douglas Gregor | 2012-02-10 | 1 | -0/+16 |