| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | More lambda work: semantic analysis of capturing 'this'. It's a bit ↵ | Eli Friedman | 2012-01-07 | 1 | -4/+21 | |
| | | | | | | | complicated, but we have to be careful about when exactly captures are marked given PotentiallyPotentiallyEvaluated contexts. (Actually, it's not 100% correct yet, but it's close enough for the moment.) llvm-svn: 147723 | |||||
| * | Lambdas: semantic analysis of explicit captures. | Eli Friedman | 2012-01-07 | 1 | -0/+37 | |
| This patch (and some of my other commits related to lambdas) is heavily based off of John Freeman's work-in-progress patches. llvm-svn: 147706 | ||||||

