aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.prim/expr.prim.lambda/blocks.mm
AgeCommit message (Expand)Author
2012-07-25PR12057: Allow variadic template pack expansions to cross lambda boundaries.Richard Smith
2012-06-15Check the parameter lists and return type of both blocks and lambdasDouglas Gregor
2012-05-16Clean up r156925, so that we only mark the capturing DeclRefExpr of aDouglas Gregor
2012-05-16Fix code generation of variables reference expressions when mixingDouglas Gregor
2012-02-22Teach overload resolution to prefer user-defined conversion via aDouglas Gregor
2012-02-22Generate an AST for the conversion from a lambda closure type to aDouglas Gregor