Commits

Doug Gregor committed 887fada26f2
Make the locator associated with an assignment source based on the assignment. For an assignment "x = y", the locator for the conversion constraint is an "assign source" locator anchored on the AssignExpr (not the source expression), so we can properly relate source to destination. Swift SVN r16931