Commits

Chris Lattner committed b6de061dd6f
Rework assignment diagnostics to be built in terms of contextual types, where we type check the destination first, then apply its type to the source. This allows us to get diagnostics for assignments that are as good as PBD initializers and other cases. Swift SVN r31404