We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477a54a commit 5881052Copy full SHA for 5881052
include/swift/AST/Attr.def.gyb
@@ -92,7 +92,7 @@ TYPE_ATTR(thin)
92
TYPE_ATTR(thick)
93
94
// Declaration Attributes and Modifers
95
-// To add a new entry here, update https://github.com/apple/swift-syntax
+// To add a new entry here, update `utils/gyb_syntax_support/AttributeKinds.py`
96
% for attr in DECL_ATTR_KINDS + DECL_MODIFIER_KINDS + DEPRECATED_MODIFIER_KINDS:
97
% if type(attr) is ContextualDeclAttributeAlias:
98
CONTEXTUAL_DECL_ATTR_ALIAS(${attr.name}, ${attr.class_name})
0 commit comments