summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.prim/expr.prim.lambda/blocks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite variable capture within lambda expressions and blocks,Douglas Gregor2012-02-181-0/+22
* Implicitly define a lambda's conversion functions (to functionDouglas Gregor2012-02-161-0/+20
* Lambda closure types have a conversion function to a block pointerDouglas Gregor2012-02-151-0/+7
* Remove the "unsupported" error for lambda expressions. It's annoying,Douglas Gregor2012-02-091-4/+2
* Implement implicit capture for lambda expressions.Eli Friedman2012-02-031-2/+1
* Diagnose attempts to explicitly capture a __block variable in a lambda.Douglas Gregor2012-02-011-0/+11
OpenPOWER on IntegriCloud