mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
swift-module-digester: diagnose value ownership changes for parameters.
This commit is contained in:
@@ -48,6 +48,7 @@ static StringRef getCategoryName(uint32_t ID) {
|
||||
case LocalDiagID::default_arg_removed:
|
||||
case LocalDiagID::decl_type_change:
|
||||
case LocalDiagID::func_type_escaping_changed:
|
||||
case LocalDiagID::param_ownership_change:
|
||||
return "/* Type Changes */";
|
||||
case LocalDiagID::raw_type_change:
|
||||
return "/* RawRepresentable Changes */";
|
||||
|
||||
Reference in New Issue
Block a user