Commits

Doug Gregor committed f9a6d88c195
Archetype builder: unify different associated types with the same name across protocols. When we have two protocol conformance requirements for the same type T, and each of those protocols has an associated type with a given (shared) name N, infer a same-type requirement between the two. Only really enabled for testing now; it doesn't feed into general type checking yet. Swift SVN r22649