Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Add warning for unused lambda captures | Malcolm Parsons | 2017-01-13 | 1 | -1/+1 |
* | PR23281: Fix implementation of DR1891 to implement the intent: that is, a | Richard Smith | 2016-11-16 | 1 | -2/+2 |
* | DR1891, PR21787: a lambda closure type has no default constructor, rather than | Richard Smith | 2014-12-10 | 1 | -2/+2 |
* | Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a... | David Blaikie | 2014-04-02 | 1 | -1/+1 |
* | Improve diagnostic wording for when an implicitly-deleted special member | Richard Smith | 2012-12-28 | 1 | -1/+1 |
* | When overload resolution picks an implicitly-deleted special member | Douglas Gregor | 2012-02-15 | 1 | -6/+3 |
* | Lambdas have a deleted default constructor and a deleted copy | Douglas Gregor | 2012-02-12 | 1 | -0/+31 |