Commits

Joe Groff committed a0ad52a2db6
Constraints: Don't bail on generic conversions. When matchTypes is trying to match up instances of the same generic type for a Conversion or Construction constraint, it isn't an error for the generic types not to be recursively the same, because a constructor or conversion operator may be available between different instances of the type. Fixes <rdar://problem/13140447>. Swift SVN r3938