Commits

Chris Lattner committed d22a8be8ede
when applying the solution for an expression fails, do not run syntactic checks on the resultant expression. This can only produce follow-on diagnostics on top of what the type checker produced, which is at best pointless noise, and at worst super-distracting. That said, this doesn't perturb anything in the testsuite... so perhaps this is a theoretical concern. Swift SVN r29939