mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Frontend] Remove TypeWrappers flag and associated attributes
This commit is contained in:
@@ -692,11 +692,6 @@ DECL_ATTR_KINDS = [
|
||||
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove,
|
||||
code=133),
|
||||
|
||||
SimpleDeclAttribute('typeWrapper', 'TypeWrapper',
|
||||
OnStruct, OnClass, OnEnum,
|
||||
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove, # noqa: E501
|
||||
code=134),
|
||||
|
||||
SimpleDeclAttribute('_spiOnly', 'SPIOnly',
|
||||
OnImport, UserInaccessible,
|
||||
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove, # noqa: E501
|
||||
@@ -706,11 +701,6 @@ DECL_ATTR_KINDS = [
|
||||
APIBreakingToAdd, APIStableToRemove, ABIStableToAdd, ABIStableToRemove, # noqa: E501
|
||||
code=136),
|
||||
|
||||
SimpleDeclAttribute('typeWrapperIgnored', 'TypeWrapperIgnored',
|
||||
OnVar,
|
||||
ABIStableToAdd, ABIStableToRemove, APIStableToAdd, APIStableToRemove, # noqa: E501
|
||||
code=137),
|
||||
|
||||
SimpleDeclAttribute('_noMetadata', 'NoMetadata',
|
||||
OnGenericTypeParam,
|
||||
UserInaccessible,
|
||||
|
||||
Reference in New Issue
Block a user