@@ -353,25 +353,25 @@ SIMPLE_DECL_ATTR(testable, Testable,
353
353
DECL_ATTR(_alignment, Alignment,
354
354
OnStruct | OnEnum |
355
355
UserInaccessible |
356
- ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove,
356
+ ABIBreakingToAdd | ABIBreakingToRemove | APIStableToAdd | APIStableToRemove,
357
357
56 )
358
358
SIMPLE_DECL_ATTR(rethrows, Rethrows,
359
- OnFunc | OnAccessor | OnConstructor |
359
+ OnFunc | OnConstructor |
360
360
RejectByParser |
361
- ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove ,
361
+ ABIBreakingToAdd | ABIBreakingToRemove | APIBreakingToAdd | APIBreakingToRemove ,
362
362
57 )
363
363
SIMPLE_DECL_ATTR(rethrows, AtRethrows,
364
364
OnProtocol |
365
- ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove ,
365
+ ABIBreakingToAdd | ABIBreakingToRemove | APIBreakingToAdd | APIBreakingToRemove ,
366
366
58 )
367
367
DECL_ATTR(_swift_native_objc_runtime_base, SwiftNativeObjCRuntimeBase,
368
368
OnClass |
369
369
UserInaccessible |
370
- ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove,
370
+ ABIBreakingToAdd | ABIBreakingToRemove | APIStableToAdd | APIStableToRemove,
371
371
59 )
372
372
CONTEXTUAL_SIMPLE_DECL_ATTR(indirect, Indirect, DeclModifier |
373
373
OnEnum | OnEnumElement |
374
- ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove,
374
+ ABIBreakingToAdd | ABIBreakingToRemove | APIStableToAdd | APIStableToRemove,
375
375
60 )
376
376
SIMPLE_DECL_ATTR(warn_unqualified_access, WarnUnqualifiedAccess,
377
377
OnFunc | OnAccessor /* | OnVar*/ |
@@ -469,7 +469,7 @@ DECL_ATTR(_dynamicReplacement, DynamicReplacement,
469
469
SIMPLE_DECL_ATTR(_borrowed, Borrowed,
470
470
OnVar | OnSubscript | UserInaccessible |
471
471
NotSerialized |
472
- ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove,
472
+ ABIBreakingToAdd | ABIBreakingToRemove | APIStableToAdd | APIStableToRemove,
473
473
81 )
474
474
DECL_ATTR(_private, PrivateImport,
475
475
OnImport |
@@ -479,7 +479,7 @@ DECL_ATTR(_private, PrivateImport,
479
479
82 )
480
480
SIMPLE_DECL_ATTR(_alwaysEmitIntoClient, AlwaysEmitIntoClient,
481
481
OnVar | OnSubscript | OnAbstractFunction | UserInaccessible |
482
- ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove,
482
+ ABIBreakingToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove,
483
483
83 )
484
484
485
485
SIMPLE_DECL_ATTR(_implementationOnly, ImplementationOnly,
0 commit comments