Skip to content

Commit 2646869

Browse files
committed
Regenerate sources
1 parent 05a6cf3 commit 2646869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CodeGeneration/Sources/SyntaxSupport/gyb_generated/ExprNodes.swift

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

11621162
Node(name: "MacroExpansionExpr",
1163-
nameForDiagnostics: "macro expansion expression",
1163+
nameForDiagnostics: "macro expansion",
11641164
kind: "Expr",
11651165
traits: [
11661166
"FreestandingMacroExpansion"

Sources/SwiftSyntax/generated/Misc.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ extension SyntaxKind {
11081108
case .macroExpansionDecl:
11091109
return "macro expansion"
11101110
case .macroExpansionExpr:
1111-
return "macro expansion expression"
1111+
return "macro expansion"
11121112
case .matchingPatternCondition:
11131113
return "pattern matching"
11141114
case .memberAccessExpr:

0 commit comments

Comments
 (0)