mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
swift-module-digester: diagnose reordering of members in a fixed layout type under ABI mode.
This commit is contained in:
@@ -47,6 +47,8 @@ static StringRef getCategoryName(uint32_t ID) {
|
||||
return "/* RawRepresentable Changes */";
|
||||
case LocalDiagID::generic_sig_change:
|
||||
return "/* Generic Signature Changes */";
|
||||
case LocalDiagID::decl_reorder:
|
||||
return "/* Fixed-layout Type Changes */";
|
||||
default:
|
||||
return StringRef();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user