summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaLambda.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Implement C++ [expr.prim.lambda]p2, which bans lambda expressions inDouglas Gregor2012-02-091-3/+22
* Don't complain about the lack of a constructor for a lambda expression. They ...Douglas Gregor2012-02-091-1/+1
* Along the error path for lambdas, mark the lambda class as invalid and finali...Douglas Gregor2012-02-091-0/+10
* Various interrelated cleanups for lambdas:Douglas Gregor2012-02-091-9/+19
* Factor C++11 lambda expressions implementation into a separateDouglas Gregor2012-02-081-0/+346
OpenPOWER on IntegriCloud