Commits

Chris Lattner committed 072868d3f6b
Simplify the implementation of visitCoerceExpr/visitForcedCheckedCastExpr, and diagnoseGeneralConversionFailure(). The previous approach of trying to dig into anchors would often lead to complaining about types at different levels in the same diagnostic, and the complexity of the former code isn't needed now that other changes have landed. Swift SVN r31036