summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/p14.cpp
Commit message (Expand)AuthorAgeFilesLines
* Require the type of a by-copy capture to be complete before creating its field.Douglas Gregor2013-12-181-0/+9
* Diagnose by-copy captures of abstract classes.Douglas Gregor2013-10-111-0/+12
* When capturing 'this' in a lambda, make sure to update the set ofDouglas Gregor2012-10-251-0/+15
* A little more lambda capture initialization diagnostics cleanupDouglas Gregor2012-02-151-1/+8
* Introduce a new initialization entity for lambda captures, andDouglas Gregor2012-02-151-3/+6
* Make sure Sema creates a field for 'this' captures. (Doug, please double-che...Eli Friedman2012-02-111-0/+8
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-091-7/+5
* Implement capture-by-copy for arrays in lambdas.Douglas Gregor2012-02-091-3/+14
* When we create a non-static data member in the closure object for aDouglas Gregor2012-02-091-0/+17
* Various interrelated cleanups for lambdas:Douglas Gregor2012-02-091-2/+18
* Introduce basic ASTs for lambda expressions. This covers:Douglas Gregor2012-02-071-0/+15
OpenPOWER on IntegriCloud