Commits
Joe Groff committed 569f479f012
Don't barf in BoundGenericType::getSubstitutions when a protocol type conforms to a protocol. This comes through as UncheckedConforms, and we expect a null conformance, so pass it through. DaveA's incoming patches will exercise this. Fixes rdar://problem/18992875. Swift SVN r23377