mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
swift-module-digester: changing super classes is API breaking.
This commit is contained in:
@@ -59,6 +59,7 @@ static StringRef getCategoryName(uint32_t ID) {
|
||||
case LocalDiagID::protocol_req_added:
|
||||
return "/* Protocol Requirement Change */";
|
||||
case LocalDiagID::super_class_removed:
|
||||
case LocalDiagID::super_class_changed:
|
||||
return "/* Class Inheritance Change */";
|
||||
default:
|
||||
return StringRef();
|
||||
|
||||
Reference in New Issue
Block a user