@@ -143,7 +143,7 @@ SIMPLE_DECL_ATTR(NSManaged, NSManaged,
143
143
144
144
CONTEXTUAL_SIMPLE_DECL_ATTR(lazy, Lazy,
145
145
OnVar,
146
- DeclModifier | ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | InferredInABIAttr ,
146
+ DeclModifier | ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | UnconstrainedInABIAttr ,
147
147
16 )
148
148
149
149
SIMPLE_DECL_ATTR(LLDBDebuggerFunction, LLDBDebuggerFunction,
@@ -163,7 +163,7 @@ SIMPLE_DECL_ATTR(unsafe_no_objc_tagged_pointer, UnsafeNoObjCTaggedPointer,
163
163
164
164
DECL_ATTR(inline , Inline,
165
165
OnVar | OnSubscript | OnAbstractFunction,
166
- ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | InferredInABIAttr ,
166
+ ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | ForbiddenInABIAttr ,
167
167
20 )
168
168
169
169
DECL_ATTR(_semantics, Semantics,
@@ -193,7 +193,7 @@ CONTEXTUAL_SIMPLE_DECL_ATTR(postfix, Postfix,
193
193
194
194
SIMPLE_DECL_ATTR(_transparent, Transparent,
195
195
OnFunc | OnAccessor | OnConstructor | OnVar | OnDestructor,
196
- UserInaccessible | ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | InferredInABIAttr ,
196
+ UserInaccessible | ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | ForbiddenInABIAttr ,
197
197
26 )
198
198
199
199
SIMPLE_DECL_ATTR(requires_stored_property_inits, RequiresStoredPropertyInits,
@@ -216,7 +216,7 @@ SIMPLE_DECL_ATTR(_fixed_layout, FixedLayout,
216
216
217
217
SIMPLE_DECL_ATTR(inlinable, Inlinable,
218
218
OnVar | OnSubscript | OnAbstractFunction,
219
- ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | InferredInABIAttr ,
219
+ ABIStableToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | ForbiddenInABIAttr ,
220
220
32 )
221
221
222
222
DECL_ATTR(_specialize, Specialize,
@@ -456,7 +456,7 @@ DECL_ATTR(_dynamicReplacement, DynamicReplacement,
456
456
457
457
SIMPLE_DECL_ATTR(_borrowed, Borrowed,
458
458
OnVar | OnSubscript,
459
- UserInaccessible | NotSerialized | ABIBreakingToAdd | ABIBreakingToRemove | APIStableToAdd | APIStableToRemove | InferredInABIAttr ,
459
+ UserInaccessible | NotSerialized | ABIBreakingToAdd | ABIBreakingToRemove | APIStableToAdd | APIStableToRemove | ForbiddenInABIAttr ,
460
460
81 )
461
461
462
462
DECL_ATTR(_private, PrivateImport,
@@ -466,7 +466,7 @@ DECL_ATTR(_private, PrivateImport,
466
466
467
467
SIMPLE_DECL_ATTR(_alwaysEmitIntoClient, AlwaysEmitIntoClient,
468
468
OnVar | OnSubscript | OnAbstractFunction,
469
- UserInaccessible | ABIBreakingToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | InferredInABIAttr ,
469
+ UserInaccessible | ABIBreakingToAdd | ABIStableToRemove | APIStableToAdd | APIStableToRemove | ForbiddenInABIAttr ,
470
470
83 )
471
471
472
472
SIMPLE_DECL_ATTR(_implementationOnly, ImplementationOnly,
0 commit comments