Commits

Slava Pestov committed 3bead78373c
ArchetypeBuilder: Fix infinite recursion with recursive requirements We have to check for cycles of length > 1 here. Also, add a bit to the AssociatedTypeDecl to ensure the recursive requirement diagnostic is only emitted once. Fixes <rdar://problem/17986597>. Swift SVN r30678