aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.prim/expr.prim.lambda/p5.cpp
AgeCommit message (Expand)Author
2013-04-17DR974: Lambdas can have default arguments.Richard Smith
2013-01-17Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith
2012-02-15Specialize noreturn diagnostics for lambda expressions.Douglas Gregor
2012-02-14Implement C++ core issue 974, which permits default arguments forDouglas Gregor
2012-02-12Lambdas have a deleted default constructor and a deleted copyDouglas Gregor
2012-02-10Implement the conversion to a function pointer for lambda expressions,Douglas Gregor
2012-02-09Tests for C++ [expr.prim.lambda]p5. We already implement all of theseDouglas 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-01Diagnose the restriction on default arguments in C++11 [expr.prim.lambda]p5.Douglas Gregor