Skip to content

Commit dabac63

Browse files
committed
ABIChecker: consider adding convenience breaking ABI
rdar://101920996
1 parent 3b7d3ad commit dabac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gyb_syntax_support/AttributeKinds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ def __init__(self, name, swift_name=None):
795795
OnConstructor,
796796
DeclModifier,
797797
NotSerialized,
798-
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove,
798+
ABIBreakingToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove,
799799
code=43),
800800
ContextualSimpleDeclAttribute('override', 'Override',
801801
OnFunc, OnAccessor, OnVar, OnSubscript, OnConstructor, OnAssociatedType,

0 commit comments

Comments
 (0)