Skip to content

Commit cc8c81a

Browse files
committed
test change
1 parent b2b01a9 commit cc8c81a

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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)