Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement C++ [expr.prim.lambda]p2, which bans lambda expressions in | Douglas Gregor | 2012-02-09 | 1 | -3/+22 | |
* | Don't complain about the lack of a constructor for a lambda expression. They ... | Douglas Gregor | 2012-02-09 | 1 | -1/+1 | |
* | Along the error path for lambdas, mark the lambda class as invalid and finali... | Douglas Gregor | 2012-02-09 | 1 | -0/+10 | |
* | Various interrelated cleanups for lambdas: | Douglas Gregor | 2012-02-09 | 1 | -9/+19 | |
* | Factor C++11 lambda expressions implementation into a separate | Douglas Gregor | 2012-02-08 | 1 | -0/+346 |