Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Add warning for unused lambda captures | Malcolm Parsons | 2017-01-13 | 1 | -1/+1 |
* | Improve diagnostics for invalid use of non-static members / this: | Richard Smith | 2012-04-05 | 1 | -1/+1 |
* | Make the odr-use logic work correctly for constant-expressions. PR12006. | Eli Friedman | 2012-02-29 | 1 | -3/+2 |
* | Within the body of a lambda expression, decltype((x)) for an | Douglas Gregor | 2012-02-12 | 1 | -2/+2 |
* | Add test from [expr.prim.lambda]p12, which deals with odr-use and | Douglas Gregor | 2012-02-10 | 1 | -0/+30 |
* | Add various tests for captures and the reaching scope of the lambda | Douglas Gregor | 2012-02-10 | 1 | -0/+48 |