Commits

Joe Pamer committed 63b7d101ace
Relax restriction on indirectly-self-recursive protocol conformances. (rdar://problem/16306715) I was being slightly too aggressive in marking these kinds of conformances as invalid - we're already preventing infinite loops, and downstream errors will be raised elsewhere. Swift SVN r15054