Commits

Chris Lattner committed ef553f47cfa
fix a FIXME by having diagnoseGeneralOverloadFailure() re-typecheck the argument of a failed call with typeCheckArbitrarySubExprIndependently, which exposed some cases where ErrorType from outer solutions would be left around on ParamDecls in ClosureExprs. Fix this all, which has NFC on the testsuite. Swift SVN r30563