Skip to content

Commit 5881052

Browse files
committed
[AST] NFC: Update comment about decl attribute declarations location
1 parent 477a54a commit 5881052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Attr.def.gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ TYPE_ATTR(thin)
9292
TYPE_ATTR(thick)
9393

9494
// Declaration Attributes and Modifers
95-
// To add a new entry here, update https://github.com/apple/swift-syntax
95+
// To add a new entry here, update `utils/gyb_syntax_support/AttributeKinds.py`
9696
% for attr in DECL_ATTR_KINDS + DECL_MODIFIER_KINDS + DEPRECATED_MODIFIER_KINDS:
9797
% if type(attr) is ContextualDeclAttributeAlias:
9898
CONTEXTUAL_DECL_ATTR_ALIAS(${attr.name}, ${attr.class_name})

0 commit comments

Comments
 (0)