Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Specialize noreturn diagnostics for lambda expressions. | Douglas Gregor | 2012-02-15 | 1 | -1/+1 |
* | Lambdas have a deleted default constructor and a deleted copy | Douglas Gregor | 2012-02-12 | 1 | -0/+2 |
* | Don't introduce a lambda's operator() into the class until after we | Douglas Gregor | 2012-02-10 | 1 | -0/+9 |
* | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor | 2012-02-09 | 1 | -8/+7 |
* | Various interrelated cleanups for lambdas: | Douglas Gregor | 2012-02-09 | 1 | -7/+7 |
* | Minor comment fix | Douglas Gregor | 2012-02-08 | 1 | -1/+2 |
* | When computing the type of a local variable reference within a lambda, | Douglas Gregor | 2012-02-08 | 1 | -2/+35 |
* | When completing a lambda expression, make sure to check and attach the | Douglas Gregor | 2012-02-08 | 1 | -0/+12 |