swift-module-digester: changing super classes is API breaking.

This commit is contained in:
Xi Ge
2018-09-24 12:55:44 -07:00
parent 9db65f8527
commit 6e3529050d
5 changed files with 11 additions and 1 deletions

View File

@@ -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();