Skip to content

Commit 44872ec

Browse files
committed
Regenerate sources
1 parent 6891d44 commit 44872ec

File tree

17 files changed

+3
-1893
lines changed

17 files changed

+3
-1893
lines changed

CodeGeneration/Sources/SyntaxSupport/gyb_generated/ExprNodes.swift

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -229,72 +229,6 @@ public let EXPR_NODES: [Node] = [
229229
element: "Expr",
230230
elementName: "Expression"),
231231

232-
Node(name: "PoundLineExpr",
233-
nameForDiagnostics: nil,
234-
kind: "Expr",
235-
children: [
236-
Child(name: "PoundLine",
237-
kind: "PoundLineToken",
238-
tokenChoices: [
239-
"PoundLine"
240-
])
241-
]),
242-
243-
Node(name: "PoundFileExpr",
244-
nameForDiagnostics: nil,
245-
kind: "Expr",
246-
children: [
247-
Child(name: "PoundFile",
248-
kind: "PoundFileToken",
249-
tokenChoices: [
250-
"PoundFile"
251-
])
252-
]),
253-
254-
Node(name: "PoundFileIDExpr",
255-
nameForDiagnostics: nil,
256-
kind: "Expr",
257-
children: [
258-
Child(name: "PoundFileID",
259-
kind: "PoundFileIDToken",
260-
tokenChoices: [
261-
"PoundFileID"
262-
])
263-
]),
264-
265-
Node(name: "PoundFilePathExpr",
266-
nameForDiagnostics: nil,
267-
kind: "Expr",
268-
children: [
269-
Child(name: "PoundFilePath",
270-
kind: "PoundFilePathToken",
271-
tokenChoices: [
272-
"PoundFilePath"
273-
])
274-
]),
275-
276-
Node(name: "PoundFunctionExpr",
277-
nameForDiagnostics: nil,
278-
kind: "Expr",
279-
children: [
280-
Child(name: "PoundFunction",
281-
kind: "PoundFunctionToken",
282-
tokenChoices: [
283-
"PoundFunction"
284-
])
285-
]),
286-
287-
Node(name: "PoundDsohandleExpr",
288-
nameForDiagnostics: nil,
289-
kind: "Expr",
290-
children: [
291-
Child(name: "PoundDsohandle",
292-
kind: "PoundDsohandleToken",
293-
tokenChoices: [
294-
"PoundDsohandle"
295-
])
296-
]),
297-
298232
Node(name: "SymbolicReferenceExpr",
299233
nameForDiagnostics: nil,
300234
kind: "Expr",

Sources/SwiftSyntax/Documentation.docc/gyb_generated/SwiftSyntax.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@ allows Swift tools to parse, inspect, generate, and transform Swift source code.
118118
- <doc:SwiftSyntax/DiscardAssignmentExprSyntax>
119119
- <doc:SwiftSyntax/AssignmentExprSyntax>
120120
- <doc:SwiftSyntax/SequenceExprSyntax>
121-
- <doc:SwiftSyntax/PoundLineExprSyntax>
122-
- <doc:SwiftSyntax/PoundFileExprSyntax>
123-
- <doc:SwiftSyntax/PoundFileIDExprSyntax>
124-
- <doc:SwiftSyntax/PoundFilePathExprSyntax>
125-
- <doc:SwiftSyntax/PoundFunctionExprSyntax>
126-
- <doc:SwiftSyntax/PoundDsohandleExprSyntax>
127121
- <doc:SwiftSyntax/SymbolicReferenceExprSyntax>
128122
- <doc:SwiftSyntax/PrefixOperatorExprSyntax>
129123
- <doc:SwiftSyntax/BinaryOperatorExprSyntax>

0 commit comments

Comments
 (0)