mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
swift-module-digester: diagnose removing default associated type as API breakage.
This commit is contained in:
@@ -54,6 +54,8 @@ static StringRef getCategoryName(uint32_t ID) {
|
||||
case LocalDiagID::conformance_added:
|
||||
case LocalDiagID::conformance_removed:
|
||||
return "/* Protocol Conformance Change */";
|
||||
case LocalDiagID::default_associated_type_removed:
|
||||
return "/* Protocol Requirement Change */";
|
||||
default:
|
||||
return StringRef();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user