Commits

Doug Gregor committed bf143bf978e
Detect recursive associated type requirements more robustly. Replace some dodgy recursion-breaking code in the archetype builder that was meant to deal with recursive associated type requirements (which our model does not currently support) with a more robust approach. Fixes rdar://problem/20682090 and rdar://problem/21738889. Swift SVN r30039