mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* [SwiftSyntax] Fix SyntaxChildren iteration SyntaxChildren.Iterator stops the first time it sees a nil child; since it traverses all indexes without considering presence, this causes it to terminate iteration early if there is a missing child in the list. * [SwiftSyntax] Add tests for SyntaxChildren
7.5 KiB
7.5 KiB