mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
9279daab5e
https://github.com/swiftlang/swift/commit/954c8a28d002670d3df6a8c52ea451f98301411b introduced an optimization to speedup scanning. This PR adds an option `no-clang-scanner-instance-sharing` to turn off the optimization, in case the user runs into issues caused by it.