Skip to content

Commit 74322ba

Browse files
committed
test change
1 parent 673879b commit 74322ba

File tree

10 files changed

+480
-0
lines changed

10 files changed

+480
-0
lines changed

CodeGeneration/Sources/generate-swift-syntax/templates/swiftsyntax/SyntaxNodesFile.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ func syntaxNode(nodesStartingWith: [Character]) -> SourceFileSyntax {
2727
try! StructDeclSyntax(
2828
"""
2929
// MARK: - \(node.kind.syntaxType)
30+
//
31+
// Some generation change
3032
3133
\(SwiftSyntax.Trivia(joining: [node.documentation, node.experimentalDocNote, node.grammar, node.containedIn]))\
3234
\(node.node.apiAttributes())\

Sources/SwiftSyntax/generated/syntaxNodes/SyntaxNodesAB.swift

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
// MARK: - ABIAttributeArgumentsSyntax
16+
//
17+
// Some generation change
1618

1719
/// The arguments of the '@abi' attribute
1820
///
@@ -404,6 +406,8 @@ public struct ABIAttributeArgumentsSyntax: SyntaxProtocol, SyntaxHashable, _Leaf
404406
}
405407

406408
// MARK: - AccessorBlockFileSyntax
409+
//
410+
// Some generation change
407411

408412
/// Syntax for 'accessor' macro expansion, never appear in Swift source code.
409413
///
@@ -584,6 +588,8 @@ public struct AccessorBlockFileSyntax: SyntaxProtocol, SyntaxHashable, _LeafSynt
584588
}
585589

586590
// MARK: - AccessorBlockSyntax
591+
//
592+
// Some generation change
587593

588594
/// ### Children
589595
///
@@ -822,6 +828,8 @@ public struct AccessorBlockSyntax: SyntaxProtocol, SyntaxHashable, _LeafSyntaxNo
822828
}
823829

824830
// MARK: - AccessorDeclSyntax
831+
//
832+
// Some generation change
825833

826834
/// ### Children
827835
///
@@ -1093,6 +1101,8 @@ public struct AccessorDeclSyntax: DeclSyntaxProtocol, SyntaxHashable, _LeafDeclS
10931101
}
10941102

10951103
// MARK: - AccessorEffectSpecifiersSyntax
1104+
//
1105+
// Some generation change
10961106

10971107
/// ### Children
10981108
///
@@ -1219,6 +1229,8 @@ public struct AccessorEffectSpecifiersSyntax: SyntaxProtocol, SyntaxHashable, _L
12191229
}
12201230

12211231
// MARK: - AccessorParametersSyntax
1232+
//
1233+
// Some generation change
12221234

12231235
/// ### Children
12241236
///
@@ -1373,6 +1385,8 @@ public struct AccessorParametersSyntax: SyntaxProtocol, SyntaxHashable, _LeafSyn
13731385
}
13741386

13751387
// MARK: - ActorDeclSyntax
1388+
//
1389+
// Some generation change
13761390

13771391
/// ### Children
13781392
///
@@ -1721,6 +1735,8 @@ public struct ActorDeclSyntax: DeclSyntaxProtocol, SyntaxHashable, _LeafDeclSynt
17211735
}
17221736

17231737
// MARK: - ArrayElementSyntax
1738+
//
1739+
// Some generation change
17241740

17251741
/// An element inside an array literal.
17261742
///
@@ -1844,6 +1860,8 @@ public struct ArrayElementSyntax: SyntaxProtocol, SyntaxHashable, _LeafSyntaxNod
18441860
}
18451861

18461862
// MARK: - ArrayExprSyntax
1863+
//
1864+
// Some generation change
18471865

18481866
/// An array literal.
18491867
///
@@ -2020,6 +2038,8 @@ public struct ArrayExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSynt
20202038
}
20212039

20222040
// MARK: - ArrayTypeSyntax
2041+
//
2042+
// Some generation change
20232043

20242044
/// ### Children
20252045
///
@@ -2167,6 +2187,8 @@ public struct ArrayTypeSyntax: TypeSyntaxProtocol, SyntaxHashable, _LeafTypeSynt
21672187
}
21682188

21692189
// MARK: - ArrowExprSyntax
2190+
//
2191+
// Some generation change
21702192

21712193
/// The arrow when a type is used at a position that syntactically expectes an expression.
21722194
///
@@ -2294,6 +2316,8 @@ public struct ArrowExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSynt
22942316
}
22952317

22962318
// MARK: - AsExprSyntax
2319+
//
2320+
// Some generation change
22972321

22982322
/// The cast of an expressison to a different type.
22992323
///
@@ -2485,6 +2509,8 @@ public struct AsExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSyntaxN
24852509
}
24862510

24872511
// MARK: - AssignmentExprSyntax
2512+
//
2513+
// Some generation change
24882514

24892515
/// ### Children
24902516
///
@@ -2563,6 +2589,8 @@ public struct AssignmentExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExp
25632589
}
25642590

25652591
// MARK: - AssociatedTypeDeclSyntax
2592+
//
2593+
// Some generation change
25662594

25672595
/// An `associatedtype` declaration
25682596
///
@@ -2914,6 +2942,8 @@ public struct AssociatedTypeDeclSyntax: DeclSyntaxProtocol, SyntaxHashable, _Lea
29142942
}
29152943

29162944
// MARK: - AttributeClauseFileSyntax
2945+
//
2946+
// Some generation change
29172947

29182948
/// Syntax for 'memberAttribute' macro expansion or 'swift_attr' attribute in Clang, never appear in Swift source code.
29192949
///
@@ -3088,6 +3118,8 @@ public struct AttributeClauseFileSyntax: SyntaxProtocol, SyntaxHashable, _LeafSy
30883118
}
30893119

30903120
// MARK: - AttributeSyntax
3121+
//
3122+
// Some generation change
30913123

30923124
/// An `@` attribute.
30933125
///
@@ -4016,6 +4048,8 @@ public struct AttributeSyntax: SyntaxProtocol, SyntaxHashable, _LeafSyntaxNodePr
40164048
}
40174049

40184050
// MARK: - AttributedTypeSyntax
4051+
//
4052+
// Some generation change
40194053

40204054
/// ### Children
40214055
///
@@ -4217,6 +4251,8 @@ public struct AttributedTypeSyntax: TypeSyntaxProtocol, SyntaxHashable, _LeafTyp
42174251
}
42184252

42194253
// MARK: - AvailabilityArgumentSyntax
4254+
//
4255+
// Some generation change
42204256

42214257
/// A single argument to an `@available` argument like `*`, `iOS 10.1`, or `message: "This has been deprecated"`.
42224258
///
@@ -4461,6 +4497,8 @@ public struct AvailabilityArgumentSyntax: SyntaxProtocol, SyntaxHashable, _LeafS
44614497
}
44624498

44634499
// MARK: - AvailabilityConditionSyntax
4500+
//
4501+
// Some generation change
44644502

44654503
/// ### Children
44664504
///
@@ -4671,6 +4709,8 @@ public struct AvailabilityConditionSyntax: SyntaxProtocol, SyntaxHashable, _Leaf
46714709
}
46724710

46734711
// MARK: - AvailabilityLabeledArgumentSyntax
4712+
//
4713+
// Some generation change
46744714

46754715
/// An argument to an `@available` attribute that consists of a label and a value, e.g. `message: "This has been deprecated"`.
46764716
///
@@ -4917,6 +4957,8 @@ public struct AvailabilityLabeledArgumentSyntax: SyntaxProtocol, SyntaxHashable,
49174957
}
49184958

49194959
// MARK: - AvailabilityMacroDefinitionFileSyntax
4960+
//
4961+
// Some generation change
49204962

49214963
/// Syntax for '-define-availability' compiler arguments, never appear in Swift source code.
49224964
///
@@ -5094,6 +5136,8 @@ public struct AvailabilityMacroDefinitionFileSyntax: SyntaxProtocol, SyntaxHasha
50945136
}
50955137

50965138
// MARK: - AwaitExprSyntax
5139+
//
5140+
// Some generation change
50975141

50985142
/// ### Children
50995143
///
@@ -5211,6 +5255,8 @@ public struct AwaitExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSynt
52115255
}
52125256

52135257
// MARK: - BackDeployedAttributeArgumentsSyntax
5258+
//
5259+
// Some generation change
52145260

52155261
/// A collection of arguments for the `@backDeployed` attribute
52165262
///
@@ -5399,6 +5445,8 @@ public struct BackDeployedAttributeArgumentsSyntax: SyntaxProtocol, SyntaxHashab
53995445
}
54005446

54015447
// MARK: - BinaryOperatorExprSyntax
5448+
//
5449+
// Some generation change
54025450

54035451
/// An operator like `+` or `-`.
54045452
///
@@ -5483,6 +5531,8 @@ public struct BinaryOperatorExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _Lea
54835531
}
54845532

54855533
// MARK: - BooleanLiteralExprSyntax
5534+
//
5535+
// Some generation change
54865536

54875537
/// ### Children
54885538
///
@@ -5563,6 +5613,8 @@ public struct BooleanLiteralExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _Lea
55635613
}
55645614

55655615
// MARK: - BorrowExprSyntax
5616+
//
5617+
// Some generation change
55665618

55675619
/// ### Children
55685620
///
@@ -5682,6 +5734,8 @@ public struct BorrowExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSyn
56825734
}
56835735

56845736
// MARK: - BreakStmtSyntax
5737+
//
5738+
// Some generation change
56855739

56865740
/// ### Children
56875741
///

0 commit comments

Comments
 (0)