Skip to content

Commit b0b69b5

Browse files
committed
Regenerate sources
1 parent 3fb7fd7 commit b0b69b5

22 files changed

+3
-2175
lines changed

CodeGeneration/Sources/SyntaxSupport/gyb_generated/ExprNodes.swift

Lines changed: 0 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,97 +1162,6 @@ public let EXPR_NODES: [Node] = [
11621162
])
11631163
]),
11641164

1165-
Node(name: "ObjcNamePiece",
1166-
nameForDiagnostics: nil,
1167-
kind: "Syntax",
1168-
children: [
1169-
Child(name: "Name",
1170-
kind: "IdentifierToken",
1171-
tokenChoices: [
1172-
"Identifier"
1173-
]),
1174-
Child(name: "Dot",
1175-
kind: "PeriodToken",
1176-
isOptional: true,
1177-
tokenChoices: [
1178-
"Period"
1179-
])
1180-
]),
1181-
1182-
Node(name: "ObjcName",
1183-
nameForDiagnostics: nil,
1184-
kind: "SyntaxCollection",
1185-
element: "ObjcNamePiece"),
1186-
1187-
Node(name: "ObjcKeyPathExpr",
1188-
nameForDiagnostics: "'#keyPath' expression",
1189-
kind: "Expr",
1190-
traits: [
1191-
"Parenthesized"
1192-
],
1193-
children: [
1194-
Child(name: "KeyPath",
1195-
kind: "PoundKeyPathToken",
1196-
tokenChoices: [
1197-
"PoundKeyPath"
1198-
]),
1199-
Child(name: "LeftParen",
1200-
kind: "LeftParenToken",
1201-
tokenChoices: [
1202-
"LeftParen"
1203-
]),
1204-
Child(name: "Name",
1205-
kind: "ObjcName",
1206-
collectionElementName: "NamePiece"),
1207-
Child(name: "RightParen",
1208-
kind: "RightParenToken",
1209-
tokenChoices: [
1210-
"RightParen"
1211-
])
1212-
]),
1213-
1214-
Node(name: "ObjcSelectorExpr",
1215-
nameForDiagnostics: "'#selector' expression",
1216-
kind: "Expr",
1217-
traits: [
1218-
"Parenthesized"
1219-
],
1220-
children: [
1221-
Child(name: "PoundSelector",
1222-
kind: "PoundSelectorToken",
1223-
tokenChoices: [
1224-
"PoundSelector"
1225-
]),
1226-
Child(name: "LeftParen",
1227-
kind: "LeftParenToken",
1228-
tokenChoices: [
1229-
"LeftParen"
1230-
]),
1231-
Child(name: "Kind",
1232-
kind: "ContextualKeywordToken",
1233-
isOptional: true,
1234-
tokenChoices: [
1235-
"ContextualKeyword"
1236-
],
1237-
textChoices: [
1238-
"getter",
1239-
"setter"
1240-
]),
1241-
Child(name: "Colon",
1242-
kind: "ColonToken",
1243-
isOptional: true,
1244-
tokenChoices: [
1245-
"Colon"
1246-
]),
1247-
Child(name: "Name",
1248-
kind: "Expr"),
1249-
Child(name: "RightParen",
1250-
kind: "RightParenToken",
1251-
tokenChoices: [
1252-
"RightParen"
1253-
])
1254-
]),
1255-
12561165
Node(name: "MacroExpansionExpr",
12571166
nameForDiagnostics: "pound literal expression",
12581167
kind: "Expr",

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ allows Swift tools to parse, inspect, generate, and transform Swift source code.
154154
- <doc:SwiftSyntax/StringLiteralExprSyntax>
155155
- <doc:SwiftSyntax/RegexLiteralExprSyntax>
156156
- <doc:SwiftSyntax/KeyPathExprSyntax>
157-
- <doc:SwiftSyntax/ObjcKeyPathExprSyntax>
158-
- <doc:SwiftSyntax/ObjcSelectorExprSyntax>
159157
- <doc:SwiftSyntax/MacroExpansionExprSyntax>
160158
- <doc:SwiftSyntax/PostfixIfConfigExprSyntax>
161159
- <doc:SwiftSyntax/EditorPlaceholderExprSyntax>
@@ -220,8 +218,6 @@ allows Swift tools to parse, inspect, generate, and transform Swift source code.
220218
- <doc:SwiftSyntax/MultipleTrailingClosureElementSyntax>
221219
- <doc:SwiftSyntax/KeyPathComponentListSyntax>
222220
- <doc:SwiftSyntax/KeyPathComponentSyntax>
223-
- <doc:SwiftSyntax/ObjcNameSyntax>
224-
- <doc:SwiftSyntax/ObjcNamePieceSyntax>
225221
- <doc:SwiftSyntax/YieldExprListSyntax>
226222
- <doc:SwiftSyntax/YieldExprListElementSyntax>
227223
- <doc:SwiftSyntax/FunctionParameterListSyntax>
@@ -311,8 +307,6 @@ allows Swift tools to parse, inspect, generate, and transform Swift source code.
311307
- <doc:SwiftSyntax/KeyPathPropertyComponentSyntax>
312308
- <doc:SwiftSyntax/KeyPathSubscriptComponentSyntax>
313309
- <doc:SwiftSyntax/KeyPathOptionalComponentSyntax>
314-
- <doc:SwiftSyntax/ObjcNamePieceSyntax>
315-
- <doc:SwiftSyntax/ObjcNameSyntax>
316310
- <doc:SwiftSyntax/YieldExprListSyntax>
317311
- <doc:SwiftSyntax/YieldExprListElementSyntax>
318312
- <doc:SwiftSyntax/TypeInitializerClauseSyntax>

0 commit comments

Comments
 (0)