Commits

Doug Gregor committed 5e13507a9d8
Introduce the archetype builder, which collects the requirements placed on generic parameters and associated types within the generic parameter clause, expands those requirements out to form the complete set of requirements, then assigns archetypes for each of the generic parameters and their nested types (recursively). Swift SVN r2379