summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p19.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve diagnostic wording for when an implicitly-deleted special memberRichard Smith2012-12-281-1/+1
| | | | | | function is selected by overload resolution. llvm-svn: 171190
* When overload resolution picks an implicitly-deleted special memberDouglas Gregor2012-02-151-6/+3
| | | | | | | | | function, provide a specialized diagnostic that indicates the kind of special member function (default constructor, copy assignment operator, etc.) and that it was implicitly deleted. Add a hook where we can provide more detailed information later. llvm-svn: 150611
* Lambdas have a deleted default constructor and a deleted copyDouglas Gregor2012-02-121-0/+31
assignment operator, per C++ [expr.prim.lambda]p19. Make it so. llvm-svn: 150345
OpenPOWER on IntegriCloud