Age | Commit message (Expand) | Author |
---|---|---|
2012-10-25 | When capturing 'this' in a lambda, make sure to update the set of | Douglas Gregor |
2012-02-15 | A little more lambda capture initialization diagnostics cleanup | Douglas Gregor |
2012-02-15 | Introduce a new initialization entity for lambda captures, and | Douglas Gregor |
2012-02-11 | Make sure Sema creates a field for 'this' captures. (Doug, please double-che... | Eli Friedman |
2012-02-09 | Remove the "unsupported" error for lambda expressions. It's annoying, | Douglas Gregor |
2012-02-09 | Implement capture-by-copy for arrays in lambdas. | Douglas Gregor |
2012-02-09 | When we create a non-static data member in the closure object for a | Douglas Gregor |
2012-02-09 | Various interrelated cleanups for lambdas: | Douglas Gregor |
2012-02-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor |