Commits

Doug Gregor committed f53cb8a5e35
Avoid null conformances when comparing a potential requirement and witness. We might be looking at a protocol requirement, which conforms to a protocol but has a null conformance. Also, don't bother looking at completeness: it doesn't matter. Fixes rdar://problem/20608438. Swift SVN r27860