mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Refactor `TBDGenVisitor` to accept a callback for when it discovers a symbol, and split off public symbol gathering into `PublicSymbolsRequest` such that we don't need to unnecessarily also build a TBD file which we immediately throw away.