Commits

Chris Willmore committed 7cbadb1d2c2
When UnsafeMutablePointer<$T1> has a Conversion constraint to UnsafeMutablePointer<Void>, don't bind $T1 to Void. This fixes an unintentional dependency on the order in which constraints are visited by the solver. Fix some resulting underconstrained expressions in the stdlib. <rdar://problem/19835413> Reference to value from array changed Swift SVN r25921