Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DR1891, PR21787: a lambda closure type has no default constructor, rather than | Richard Smith | 2014-12-10 | 1 | -3/+3 |
| | | | | | | having a deleted default constructor. llvm-svn: 223953 | ||||
* | PR21180: Lambda closure types are neither aggregates nor literal types. | Richard Smith | 2014-10-07 | 1 | -0/+5 |
| | | | | llvm-svn: 219222 | ||||
* | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor | 2012-02-09 | 1 | -2/+1 |
| | | | | | | and rapidly becoming untrue. llvm-svn: 150165 | ||||
* | Add a test for the non-aggregaticity of lambda types per C++11 | Douglas Gregor | 2012-02-09 | 1 | -0/+7 |
[expr.prim.lambda]. llvm-svn: 150164 |