MobileNativeFoundation / swift-index-store

Library to read from Swift / clang source code indexes
Apache License 2.0
137 stars 12 forks source link

Allow passing multiple index stores to unused imports tool #50

Closed pennig closed 1 year ago

pennig commented 1 year ago

Useful for operating on per-module index stores. To wit, an unused import B in module A will only be marked as unused if the tool can collect the units from A and the USRs from B.

pennig commented 1 year ago

CLA is signed

keith commented 1 year ago

you'll have to rebase on https://github.com/lyft/swift-index-store/pull/51 shortly

keith commented 1 year ago

thanks!