Skip to content

Commit a868f1d

Browse files
committed
Regenerate for syntax node name change
1 parent 5efd552 commit a868f1d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CodeGeneration/Sources/SyntaxSupport/gyb_generated/DeclNodes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ public let DECL_NODES: [Node] = [
15011501
]),
15021502

15031503
Node(name: "MacroExpansionDecl",
1504-
nameForDiagnostics: "macro expansion declaration",
1504+
nameForDiagnostics: "pound literal declaration",
15051505
kind: "Decl",
15061506
children: [
15071507
Child(name: "PoundToken",

CodeGeneration/Sources/SyntaxSupport/gyb_generated/ExprNodes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ public let EXPR_NODES: [Node] = [
12891289
]),
12901290

12911291
Node(name: "MacroExpansionExpr",
1292-
nameForDiagnostics: "macro expansion expression",
1292+
nameForDiagnostics: "pound literal expression",
12931293
kind: "Expr",
12941294
children: [
12951295
Child(name: "PoundToken",

Sources/SwiftSyntax/gyb_generated/SyntaxEnum.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ public enum SyntaxEnum {
490490
case .objcSelectorExpr:
491491
return "'#selector' expression"
492492
case .macroExpansionExpr:
493-
return "macro expansion expression"
493+
return "pound literal expression"
494494
case .postfixIfConfigExpr:
495495
return nil
496496
case .editorPlaceholderExpr:
@@ -624,7 +624,7 @@ public enum SyntaxEnum {
624624
case .precedenceGroupAssociativity:
625625
return "'associativity' property of precedencegroup"
626626
case .macroExpansionDecl:
627-
return "macro expansion declaration"
627+
return "pound literal declaration"
628628
case .tokenList:
629629
return "token list"
630630
case .nonEmptyTokenList:

0 commit comments

Comments
 (0)