Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Add warning for unused lambda captures | Malcolm Parsons | 2017-01-13 | 1 | -1/+1 |
* | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs | 2012-10-19 | 1 | -0/+1 |
* | Rewrite variable capture within lambda expressions and blocks, | Douglas Gregor | 2012-02-18 | 1 | -2/+2 |
* | Unify our computation of the type of a captured reference to a | Douglas Gregor | 2012-02-18 | 1 | -2/+2 |
* | Only add 'const' to the type of variables captured in a lambda when | Douglas Gregor | 2012-02-17 | 1 | -0/+4 |
* | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor | 2012-02-12 | 1 | -0/+41 |