Commits

Doug Gregor committed 256b946a834
Record protocol conformance when we start checking, rather than at the end. As part of this, take away the poor attempt at recovering by adding an explicit protocol conformance. The recovery mode isn't all that useful in a system with only explicit conformance, and it messes with diagnostics further down the line. We can bring it back later once we're happy with explicit conformance checking. Swift SVN r11503