mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
api-digester: diagnose adding conformances to existing protocols. rdar://48131686
This commit is contained in:
@@ -63,6 +63,7 @@ static StringRef getCategoryName(uint32_t ID) {
|
||||
case LocalDiagID::conformance_added:
|
||||
case LocalDiagID::conformance_removed:
|
||||
case LocalDiagID::optional_req_changed:
|
||||
case LocalDiagID::existing_conformance_added:
|
||||
return "/* Protocol Conformance Change */";
|
||||
case LocalDiagID::default_associated_type_removed:
|
||||
case LocalDiagID::protocol_req_added:
|
||||
|
||||
Reference in New Issue
Block a user