Commits

Doug Gregor committed d8152fe3a7f
[Constraint application] Handle substitution/conformance computation for member access directly. This eliminates the use of TypeChecker::substBaseForGenericTypeMember() from constraint application, which relies on the existing type checker's isCoercibleToType(). The standalone version is a bit cleaner. Swift SVN r5156