swiftlang / swift-syntax

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

[6.0][Macros] Cache parsed syntax tree in compiler plugins #2682 #2684

Closed rintaro closed 1 month ago

rintaro commented 1 month ago

Cherry-pick https://github.com/apple/swift-syntax/pull/2682 into release/6.0

rintaro commented 1 month ago

@swift-ci Please test