aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.prim/expr.prim.lambda/p14.cpp
AgeCommit message (Expand)Author
2012-10-25When capturing 'this' in a lambda, make sure to update the set ofDouglas Gregor
2012-02-15A little more lambda capture initialization diagnostics cleanupDouglas Gregor
2012-02-15Introduce a new initialization entity for lambda captures, andDouglas Gregor
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