Commits

Doug Gregor committed 31e19f095f6
Constraint generation rewrites some already-type-checked expression nodes; make those rewrites stick. We were generating constraints from a slightly different expression than we were applying the constraints to, which could produce odd crashes. Be more principled about using the modified expression. Swift SVN r5384