Commits

Doug Gregor committed 4b829043716
Don't allow silent failures in protocol conformances. As of r31224, we tried to suppress redundant protocol-conformance diagnostics for witnesses that look like they could have matched something in an unconstrained protocol extension. However, this was allowing ill-formed conformances to be accepted, causing a crash in the AST verifier. Fixes rdar://problem/23033862. Swift SVN r32671