| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PR37450: Fix bug that disabled some type checks for variables with deduced ↵ | Richard Smith | 2018-05-14 | 1 | -2/+10 |
| | | | | | | | | | types. Also improve diagnostic for the case where a type is non-literal because it's a lambda. llvm-svn: 332286 | ||||
| * | 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 | |||||

