summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p20.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* Lambdas have a deleted default constructor and a deleted copyDouglas Gregor2012-02-121-0/+12
assignment operator, per C++ [expr.prim.lambda]p19. Make it so. llvm-svn: 150345
OpenPOWER on IntegriCloud