Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure Sema creates a field for 'this' captures. (Doug, please double-che... | Eli Friedman | 2012-02-11 | 1 | -0/+8 |
* | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor | 2012-02-09 | 1 | -7/+5 |
* | Implement capture-by-copy for arrays in lambdas. | Douglas Gregor | 2012-02-09 | 1 | -3/+14 |
* | When we create a non-static data member in the closure object for a | Douglas Gregor | 2012-02-09 | 1 | -0/+17 |
* | Various interrelated cleanups for lambdas: | Douglas Gregor | 2012-02-09 | 1 | -2/+18 |
* | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor | 2012-02-07 | 1 | -0/+15 |