Commits

Doug Gregor committed ad544b7d8e4
Deal with recursion when walking extensions in the conformance lookup table. In insanely-hard-to-reproduce recursion walks of the extensions of a nominal type within the conformance lookup table, make sure that we don't visit an extension twice by checking our state each time. Fixes rdar://problem/21861932. Swift SVN r30280