Commits

Doug Gregor committed 02dd1e407b0
[Archetype builder] Use protocol conformances of superclass to resolve nested types. When a type parameter has a superclass constraint, the conformances of the superclass can resolve some nested types of the type parameter via the type witnesses for the corresponding associated types. Fixes rdar://problem/24730536.