summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DR1891, PR21787: a lambda closure type has no default constructor, rather thanRichard Smith2014-12-101-3/+3
| | | | | | having a deleted default constructor. llvm-svn: 223953
* PR21180: Lambda closure types are neither aggregates nor literal types.Richard Smith2014-10-071-0/+5
| | | | llvm-svn: 219222
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-091-2/+1
| | | | | | and rapidly becoming untrue. llvm-svn: 150165
* Add a test for the non-aggregaticity of lambda types per C++11Douglas Gregor2012-02-091-0/+7
[expr.prim.lambda]. llvm-svn: 150164
OpenPOWER on IntegriCloud