Commits

Doug Gregor committed dc180a1e7a8
Introduce a "checking" protocol conformance state. Allows us to distinguish between "we know this conformance exists" and "we're doing a detailed check of this conformance". Use it, rather than membership in the nebulous ASTContext-wide caching structure "ConformsTo", to detect recursive attempts to complete a conformance. Swift SVN r26248