Commits

Chris Lattner committed f571e64161d
Enhance visitCallExpr in the face of a contextual type. Only perform the forced conversion to "_ -> T" if it will refine the type otherwise found by doing a non-contextual type check. This allows us to diagnose calls to non-function values with more specificity, e.g. adding another case were we recommend "do" when using bare braces. Swift SVN r31726