Commits

Chris Lattner committed 18ddc1ccdcf
change the "fail to resolve locator to expr" case in overload canddiate emission give up instead of approximating an expr to complain about. This sort of thing causes the bizarre diagnostics that don't make sense, and it is better to generate a more general ambituity error than something that doesn't make sense. NFC since diagnoseGeneralOverloadFailure is nearly dead anyway. Swift SVN r31624