swift-module-digester: diagnose let to var changes and vice versa as ABI breaking.

This commit is contained in:
Xi Ge
2018-09-27 14:25:35 -07:00
parent c5444a8e99
commit 0afafd1ca4
9 changed files with 31 additions and 10 deletions

View File

@@ -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: