Commits

Doug Gregor committed e3caf7fdb44
Eliminate the early computation of the "this" type of methods. The early computation was only there to prop up the early resolution of UnresolvedDeclRefExprs. Now we can compute the "this" type of methods when we compute the method's type. Swift SVN r7087