Commits

Doug Gregor committed 161f3099753
Improve recursion-breaking when resolving type witnesses. Specifically track when we're resolving type witnesses for a given conformance, and refuse to recursively attempt to resolve those type witnesses. The standard library patch in rdar://problem/21789238 triggers this, and isolating it in a small test case has proven illusive. Swift SVN r30160