mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
swift-module-digester: diagnose let to var changes and vice versa as ABI breaking.
This commit is contained in:
@@ -42,6 +42,7 @@ static StringRef getCategoryName(uint32_t ID) {
|
||||
return "/* Renamed Decls */";
|
||||
case LocalDiagID::decl_attr_change:
|
||||
case LocalDiagID::decl_new_attr:
|
||||
case LocalDiagID::var_let_changed:
|
||||
return "/* Decl Attribute changes */";
|
||||
case LocalDiagID::default_arg_removed:
|
||||
case LocalDiagID::decl_type_change:
|
||||
|
||||
Reference in New Issue
Block a user