Skip to content

Commit d80ce6f

Browse files
committed
Add @_used and @_section attributes to match #65901
1 parent 56ef324 commit d80ce6f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CodeGeneration/Sources/SyntaxSupport/AttributeKinds.swift

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,16 @@ public let DECL_ATTR_KINDS: [Attribute] = [
652652
className: "RuntimeMetadata",
653653
swiftName: "runtimeMetadata"
654654
),
655+
SimpleDeclAttribute(
656+
name: "_used",
657+
className: "Used",
658+
swiftName: "_used"
659+
),
660+
SimpleDeclAttribute(
661+
name: "_section",
662+
className: "Section",
663+
swiftName: "_section"
664+
),
655665
]
656666

657667
/// Schema for declaration modifiers:

0 commit comments

Comments
 (0)