File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
CodeGeneration/Sources/SyntaxSupport/gyb_generated
Sources/SwiftSyntax/gyb_generated Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1501,7 +1501,7 @@ public let DECL_NODES: [Node] = [
1501
1501
] ) ,
1502
1502
1503
1503
Node ( name: " MacroExpansionDecl " ,
1504
- nameForDiagnostics: " macro expansion declaration" ,
1504
+ nameForDiagnostics: " pound literal declaration" ,
1505
1505
kind: " Decl " ,
1506
1506
children: [
1507
1507
Child ( name: " PoundToken " ,
Original file line number Diff line number Diff line change @@ -1289,7 +1289,7 @@ public let EXPR_NODES: [Node] = [
1289
1289
] ) ,
1290
1290
1291
1291
Node ( name: " MacroExpansionExpr " ,
1292
- nameForDiagnostics: " macro expansion expression" ,
1292
+ nameForDiagnostics: " pound literal expression" ,
1293
1293
kind: " Expr " ,
1294
1294
children: [
1295
1295
Child ( name: " PoundToken " ,
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ public enum SyntaxEnum {
490
490
case . objcSelectorExpr:
491
491
return " '#selector' expression "
492
492
case . macroExpansionExpr:
493
- return " macro expansion expression"
493
+ return " pound literal expression"
494
494
case . postfixIfConfigExpr:
495
495
return nil
496
496
case . editorPlaceholderExpr:
@@ -624,7 +624,7 @@ public enum SyntaxEnum {
624
624
case . precedenceGroupAssociativity:
625
625
return " 'associativity' property of precedencegroup "
626
626
case . macroExpansionDecl:
627
- return " macro expansion declaration"
627
+ return " pound literal declaration"
628
628
case . tokenList:
629
629
return " token list "
630
630
case . nonEmptyTokenList:
You can’t perform that action at this time.
0 commit comments