swift-module-digester: diagnose type witness type changes when checking ABI stability.

This commit is contained in:
Xi Ge
2018-10-25 16:37:42 -07:00
parent e7c2bf0ab9
commit 49c16922dd
9 changed files with 44 additions and 2 deletions

View File

@@ -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 */";