mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
swift-module-digester: diagnose type witness type changes when checking ABI stability.
This commit is contained in:
@@ -49,6 +49,7 @@ static StringRef getCategoryName(uint32_t ID) {
|
||||
case LocalDiagID::decl_type_change:
|
||||
case LocalDiagID::func_type_escaping_changed:
|
||||
case LocalDiagID::param_ownership_change:
|
||||
case LocalDiagID::type_witness_change:
|
||||
return "/* Type Changes */";
|
||||
case LocalDiagID::raw_type_change:
|
||||
return "/* RawRepresentable Changes */";
|
||||
|
||||
Reference in New Issue
Block a user