Commits
Doug Gregor committed 586f54ed1e9
[Constraint application] Properly pass down the context for a closure. Previously, we were using the context of the whole expression. However, closures introduce a new DeclContext, and we weren't taking that into account when dealing with single-expression closures. We can't easily test this directly, but the upcoming capture analysis depends on its correctness. Swift SVN r8041