mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
The method name `verifyIsolation` implied a precondition-style check, but the function actually emits user-facing diagnostics for isolation violations found by the dataflow solver. Rename it to `emitDiagnostics` to better reflect its purpose.