aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.prim/expr.prim.lambda/p7.cpp
AgeCommit message (Expand)Author
2012-02-15Specialize noreturn diagnostics for lambda expressions.Douglas Gregor
2012-02-12Lambdas have a deleted default constructor and a deleted copyDouglas Gregor
2012-02-10Don't introduce a lambda's operator() into the class until after weDouglas Gregor
2012-02-09Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor
2012-02-09Various interrelated cleanups for lambdas:Douglas Gregor
2012-02-08Minor comment fixDouglas Gregor
2012-02-08When computing the type of a local variable reference within a lambda,Douglas Gregor
2012-02-08When completing a lambda expression, make sure to check and attach theDouglas Gregor