aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.prim/expr.prim.lambda/p14.cpp
AgeCommit message (Expand)Author
2012-02-11Make sure Sema creates a field for 'this' captures. (Doug, please double-che...Eli Friedman
2012-02-09Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor
2012-02-09Implement capture-by-copy for arrays in lambdas.Douglas Gregor
2012-02-09When we create a non-static data member in the closure object for aDouglas Gregor
2012-02-09Various interrelated cleanups for lambdas:Douglas Gregor
2012-02-07Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor