summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sizeof(void) etc. should be a hard error in C++.Eli Friedman2013-08-131-1/+1
| | | | | | PR16872. llvm-svn: 188324
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-091-13/+7
| | | | | | and rapidly becoming untrue. llvm-svn: 150165
* Implement C++ [expr.prim.lambda]p2, which bans lambda expressions inDouglas Gregor2012-02-091-0/+48
unevaluated operands. Be certain that we're marking everything referenced within a capture initializer as odr-used. llvm-svn: 150163
OpenPOWER on IntegriCloud