Skip to content

Commit 7ad58c3

Browse files
committed
Adjustments to fix build failures after rebase
1 parent 9180211 commit 7ad58c3

File tree

6 files changed

+4
-1168
lines changed

6 files changed

+4
-1168
lines changed

CodeGeneration/Sources/generate-swift-syntax/templates/swiftsyntaxbuilder/BuildableCollectionNodesFile.swift

Lines changed: 0 additions & 66 deletions
This file was deleted.

Sources/SwiftSyntax/Documentation.docc/Contributing/ChangingSwiftSyntax.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,12 @@ structures in sync, this project generates code using the Swift package
1111

1212
## Regenerating Files
1313

14-
<<<<<<< HEAD
15-
To re-generate the files after changing `CodeGeneration` run the `generate-swiftsyntax`
14+
To re-generate the files after changing `CodeGeneration` run the `generate-swift-syntax`
1615
target of `CodeGeneration`.
1716

1817
On the command line, this would be
1918
```bash
20-
swift run --package-path CodeGeneration generate-swiftsyntax
21-
=======
22-
To re-generate the files after changing `CodeGeneration` run the `generate-swift-syntax`
23-
target of `CodeGeneration` and pass `path/to/swift-syntax/Sources` as the argument.
24-
25-
On the command line, this would be
26-
```bash
27-
swift run --package-path CodeGeneration generate-swift-syntax Sources
28-
>>>>>>> 07c1ffaf (Renamed)
19+
swift run --package-path CodeGeneration generate-swift-syntax
2920
```
3021

3122
## Adding and Removing Syntax Nodes

Sources/SwiftSyntax/generated/RenamedNodesCompatibility.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//// Automatically generated by generate-swiftsyntax
1+
//// Automatically generated by generate-swift-syntax
22
//// Do not edit directly!
33
//===----------------------------------------------------------------------===//
44
//

0 commit comments

Comments
 (0)