|
13 | 13 | //===----------------------------------------------------------------------===// |
14 | 14 |
|
15 | 15 | // MARK: - ABIAttributeArgumentsSyntax |
| 16 | +// |
| 17 | +// Some generation change |
16 | 18 |
|
17 | 19 | /// The arguments of the '@abi' attribute |
18 | 20 | /// |
@@ -404,6 +406,8 @@ public struct ABIAttributeArgumentsSyntax: SyntaxProtocol, SyntaxHashable, _Leaf |
404 | 406 | } |
405 | 407 |
|
406 | 408 | // MARK: - AccessorBlockFileSyntax |
| 409 | +// |
| 410 | +// Some generation change |
407 | 411 |
|
408 | 412 | /// Syntax for 'accessor' macro expansion, never appear in Swift source code. |
409 | 413 | /// |
@@ -584,6 +588,8 @@ public struct AccessorBlockFileSyntax: SyntaxProtocol, SyntaxHashable, _LeafSynt |
584 | 588 | } |
585 | 589 |
|
586 | 590 | // MARK: - AccessorBlockSyntax |
| 591 | +// |
| 592 | +// Some generation change |
587 | 593 |
|
588 | 594 | /// ### Children |
589 | 595 | /// |
@@ -822,6 +828,8 @@ public struct AccessorBlockSyntax: SyntaxProtocol, SyntaxHashable, _LeafSyntaxNo |
822 | 828 | } |
823 | 829 |
|
824 | 830 | // MARK: - AccessorDeclSyntax |
| 831 | +// |
| 832 | +// Some generation change |
825 | 833 |
|
826 | 834 | /// ### Children |
827 | 835 | /// |
@@ -1093,6 +1101,8 @@ public struct AccessorDeclSyntax: DeclSyntaxProtocol, SyntaxHashable, _LeafDeclS |
1093 | 1101 | } |
1094 | 1102 |
|
1095 | 1103 | // MARK: - AccessorEffectSpecifiersSyntax |
| 1104 | +// |
| 1105 | +// Some generation change |
1096 | 1106 |
|
1097 | 1107 | /// ### Children |
1098 | 1108 | /// |
@@ -1219,6 +1229,8 @@ public struct AccessorEffectSpecifiersSyntax: SyntaxProtocol, SyntaxHashable, _L |
1219 | 1229 | } |
1220 | 1230 |
|
1221 | 1231 | // MARK: - AccessorParametersSyntax |
| 1232 | +// |
| 1233 | +// Some generation change |
1222 | 1234 |
|
1223 | 1235 | /// ### Children |
1224 | 1236 | /// |
@@ -1373,6 +1385,8 @@ public struct AccessorParametersSyntax: SyntaxProtocol, SyntaxHashable, _LeafSyn |
1373 | 1385 | } |
1374 | 1386 |
|
1375 | 1387 | // MARK: - ActorDeclSyntax |
| 1388 | +// |
| 1389 | +// Some generation change |
1376 | 1390 |
|
1377 | 1391 | /// ### Children |
1378 | 1392 | /// |
@@ -1721,6 +1735,8 @@ public struct ActorDeclSyntax: DeclSyntaxProtocol, SyntaxHashable, _LeafDeclSynt |
1721 | 1735 | } |
1722 | 1736 |
|
1723 | 1737 | // MARK: - ArrayElementSyntax |
| 1738 | +// |
| 1739 | +// Some generation change |
1724 | 1740 |
|
1725 | 1741 | /// An element inside an array literal. |
1726 | 1742 | /// |
@@ -1844,6 +1860,8 @@ public struct ArrayElementSyntax: SyntaxProtocol, SyntaxHashable, _LeafSyntaxNod |
1844 | 1860 | } |
1845 | 1861 |
|
1846 | 1862 | // MARK: - ArrayExprSyntax |
| 1863 | +// |
| 1864 | +// Some generation change |
1847 | 1865 |
|
1848 | 1866 | /// An array literal. |
1849 | 1867 | /// |
@@ -2020,6 +2038,8 @@ public struct ArrayExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSynt |
2020 | 2038 | } |
2021 | 2039 |
|
2022 | 2040 | // MARK: - ArrayTypeSyntax |
| 2041 | +// |
| 2042 | +// Some generation change |
2023 | 2043 |
|
2024 | 2044 | /// ### Children |
2025 | 2045 | /// |
@@ -2167,6 +2187,8 @@ public struct ArrayTypeSyntax: TypeSyntaxProtocol, SyntaxHashable, _LeafTypeSynt |
2167 | 2187 | } |
2168 | 2188 |
|
2169 | 2189 | // MARK: - ArrowExprSyntax |
| 2190 | +// |
| 2191 | +// Some generation change |
2170 | 2192 |
|
2171 | 2193 | /// The arrow when a type is used at a position that syntactically expectes an expression. |
2172 | 2194 | /// |
@@ -2294,6 +2316,8 @@ public struct ArrowExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSynt |
2294 | 2316 | } |
2295 | 2317 |
|
2296 | 2318 | // MARK: - AsExprSyntax |
| 2319 | +// |
| 2320 | +// Some generation change |
2297 | 2321 |
|
2298 | 2322 | /// The cast of an expressison to a different type. |
2299 | 2323 | /// |
@@ -2485,6 +2509,8 @@ public struct AsExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSyntaxN |
2485 | 2509 | } |
2486 | 2510 |
|
2487 | 2511 | // MARK: - AssignmentExprSyntax |
| 2512 | +// |
| 2513 | +// Some generation change |
2488 | 2514 |
|
2489 | 2515 | /// ### Children |
2490 | 2516 | /// |
@@ -2563,6 +2589,8 @@ public struct AssignmentExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExp |
2563 | 2589 | } |
2564 | 2590 |
|
2565 | 2591 | // MARK: - AssociatedTypeDeclSyntax |
| 2592 | +// |
| 2593 | +// Some generation change |
2566 | 2594 |
|
2567 | 2595 | /// An `associatedtype` declaration |
2568 | 2596 | /// |
@@ -2914,6 +2942,8 @@ public struct AssociatedTypeDeclSyntax: DeclSyntaxProtocol, SyntaxHashable, _Lea |
2914 | 2942 | } |
2915 | 2943 |
|
2916 | 2944 | // MARK: - AttributeClauseFileSyntax |
| 2945 | +// |
| 2946 | +// Some generation change |
2917 | 2947 |
|
2918 | 2948 | /// Syntax for 'memberAttribute' macro expansion or 'swift_attr' attribute in Clang, never appear in Swift source code. |
2919 | 2949 | /// |
@@ -3088,6 +3118,8 @@ public struct AttributeClauseFileSyntax: SyntaxProtocol, SyntaxHashable, _LeafSy |
3088 | 3118 | } |
3089 | 3119 |
|
3090 | 3120 | // MARK: - AttributeSyntax |
| 3121 | +// |
| 3122 | +// Some generation change |
3091 | 3123 |
|
3092 | 3124 | /// An `@` attribute. |
3093 | 3125 | /// |
@@ -4016,6 +4048,8 @@ public struct AttributeSyntax: SyntaxProtocol, SyntaxHashable, _LeafSyntaxNodePr |
4016 | 4048 | } |
4017 | 4049 |
|
4018 | 4050 | // MARK: - AttributedTypeSyntax |
| 4051 | +// |
| 4052 | +// Some generation change |
4019 | 4053 |
|
4020 | 4054 | /// ### Children |
4021 | 4055 | /// |
@@ -4217,6 +4251,8 @@ public struct AttributedTypeSyntax: TypeSyntaxProtocol, SyntaxHashable, _LeafTyp |
4217 | 4251 | } |
4218 | 4252 |
|
4219 | 4253 | // MARK: - AvailabilityArgumentSyntax |
| 4254 | +// |
| 4255 | +// Some generation change |
4220 | 4256 |
|
4221 | 4257 | /// A single argument to an `@available` argument like `*`, `iOS 10.1`, or `message: "This has been deprecated"`. |
4222 | 4258 | /// |
@@ -4461,6 +4497,8 @@ public struct AvailabilityArgumentSyntax: SyntaxProtocol, SyntaxHashable, _LeafS |
4461 | 4497 | } |
4462 | 4498 |
|
4463 | 4499 | // MARK: - AvailabilityConditionSyntax |
| 4500 | +// |
| 4501 | +// Some generation change |
4464 | 4502 |
|
4465 | 4503 | /// ### Children |
4466 | 4504 | /// |
@@ -4671,6 +4709,8 @@ public struct AvailabilityConditionSyntax: SyntaxProtocol, SyntaxHashable, _Leaf |
4671 | 4709 | } |
4672 | 4710 |
|
4673 | 4711 | // MARK: - AvailabilityLabeledArgumentSyntax |
| 4712 | +// |
| 4713 | +// Some generation change |
4674 | 4714 |
|
4675 | 4715 | /// An argument to an `@available` attribute that consists of a label and a value, e.g. `message: "This has been deprecated"`. |
4676 | 4716 | /// |
@@ -4917,6 +4957,8 @@ public struct AvailabilityLabeledArgumentSyntax: SyntaxProtocol, SyntaxHashable, |
4917 | 4957 | } |
4918 | 4958 |
|
4919 | 4959 | // MARK: - AvailabilityMacroDefinitionFileSyntax |
| 4960 | +// |
| 4961 | +// Some generation change |
4920 | 4962 |
|
4921 | 4963 | /// Syntax for '-define-availability' compiler arguments, never appear in Swift source code. |
4922 | 4964 | /// |
@@ -5094,6 +5136,8 @@ public struct AvailabilityMacroDefinitionFileSyntax: SyntaxProtocol, SyntaxHasha |
5094 | 5136 | } |
5095 | 5137 |
|
5096 | 5138 | // MARK: - AwaitExprSyntax |
| 5139 | +// |
| 5140 | +// Some generation change |
5097 | 5141 |
|
5098 | 5142 | /// ### Children |
5099 | 5143 | /// |
@@ -5211,6 +5255,8 @@ public struct AwaitExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSynt |
5211 | 5255 | } |
5212 | 5256 |
|
5213 | 5257 | // MARK: - BackDeployedAttributeArgumentsSyntax |
| 5258 | +// |
| 5259 | +// Some generation change |
5214 | 5260 |
|
5215 | 5261 | /// A collection of arguments for the `@backDeployed` attribute |
5216 | 5262 | /// |
@@ -5399,6 +5445,8 @@ public struct BackDeployedAttributeArgumentsSyntax: SyntaxProtocol, SyntaxHashab |
5399 | 5445 | } |
5400 | 5446 |
|
5401 | 5447 | // MARK: - BinaryOperatorExprSyntax |
| 5448 | +// |
| 5449 | +// Some generation change |
5402 | 5450 |
|
5403 | 5451 | /// An operator like `+` or `-`. |
5404 | 5452 | /// |
@@ -5483,6 +5531,8 @@ public struct BinaryOperatorExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _Lea |
5483 | 5531 | } |
5484 | 5532 |
|
5485 | 5533 | // MARK: - BooleanLiteralExprSyntax |
| 5534 | +// |
| 5535 | +// Some generation change |
5486 | 5536 |
|
5487 | 5537 | /// ### Children |
5488 | 5538 | /// |
@@ -5563,6 +5613,8 @@ public struct BooleanLiteralExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _Lea |
5563 | 5613 | } |
5564 | 5614 |
|
5565 | 5615 | // MARK: - BorrowExprSyntax |
| 5616 | +// |
| 5617 | +// Some generation change |
5566 | 5618 |
|
5567 | 5619 | /// ### Children |
5568 | 5620 | /// |
@@ -5682,6 +5734,8 @@ public struct BorrowExprSyntax: ExprSyntaxProtocol, SyntaxHashable, _LeafExprSyn |
5682 | 5734 | } |
5683 | 5735 |
|
5684 | 5736 | // MARK: - BreakStmtSyntax |
| 5737 | +// |
| 5738 | +// Some generation change |
5685 | 5739 |
|
5686 | 5740 | /// ### Children |
5687 | 5741 | /// |
|
0 commit comments