swift-module-digester: diagnose fixed-order property changes to computed property and vice versa as ABI breakage.

This commit is contained in:
Xi Ge
2018-10-01 15:54:02 -07:00
parent 4b8507c858
commit 8e81b59f4e
8 changed files with 26 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ static StringRef getCategoryName(uint32_t ID) {
return "/* Generic Signature Changes */";
case LocalDiagID::decl_added:
case LocalDiagID::decl_reorder:
case LocalDiagID::decl_has_fixed_order_change:
return "/* Fixed-layout Type Changes */";
case LocalDiagID::conformance_added:
case LocalDiagID::conformance_removed: