Commits

Doug Gregor committed c9e0ed1e237
Archetype builder: move the "root" protocol into the potential archetype. NFC Storing the root protocol outside the potential archetype meant we could easily have forgotten to pass the right argument to PotentialArchetype::getType(). Our current staging of archetype construction means that nothing go it wrong today, but it's a minor minefield for future improvements to the archetype builder. Swift SVN r22504