Skip to content

Commit c577b64

Browse files
committed
[AttributeKinds] Declare @runtimeMetadata attribute
1 parent 1d555c8 commit c577b64

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

gyb_syntax_support/AttributeKinds.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,12 @@ def __init__(self, name, swift_name=None):
701701
UserInaccessible,
702702
NotSerialized,
703703
ABIStableToAdd, ABIBreakingToRemove, APIStableToAdd, APIStableToRemove,
704-
code=138)
704+
code=138),
705+
706+
SimpleDeclAttribute('runtimeMetadata', 'RuntimeMetadata',
707+
OnStruct, OnClass,
708+
ABIBreakingToAdd, ABIBreakingToRemove, APIBreakingToAdd, APIBreakingToRemove,
709+
code=139)
705710
]
706711

707712
# Schema for declaration modifiers:

0 commit comments

Comments
 (0)