Skip to content

Commit 79c49bd

Browse files
authored
Merge pull request #1072 from nkcsgexi/101920996
ABIChecker: consider adding convenience breaking ABI
2 parents 3b7d3ad + dabac63 commit 79c49bd

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)