forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
fa3bb96
commit 4b82904
Showing
2 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters