swiftlang / swift-syntax

A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.
Apache License 2.0
3.22k stars 410 forks source link

[6.0] Fix an infinite recursion in `NameMatcher` if a position to resolve is in the leading whitespace before a token #2709

Closed ahoppen closed 3 months ago

ahoppen commented 3 months ago
ahoppen commented 3 months ago

@swift-ci Please test