aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.prim/expr.prim.lambda/blocks.cpp
AgeCommit message (Expand)Author
2012-02-22Generate an AST for the conversion from a lambda closure type to aDouglas Gregor
2012-02-18Rewrite variable capture within lambda expressions and blocks,Douglas Gregor
2012-02-16Implicitly define a lambda's conversion functions (to functionDouglas Gregor
2012-02-15Lambda closure types have a conversion function to a block pointerDouglas Gregor
2012-02-09Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor
2012-02-03Implement implicit capture for lambda expressions.Eli Friedman
2012-02-01Diagnose attempts to explicitly capture a __block variable in a lambda.Douglas Gregor