mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Instead of requiring the user to disambiguate where an implied protocol conformance goes---which they really, really don't care about---just pick an arbitrary-but-deterministic location for the conformance, which corresponds to the file unit in which the witness table will be emitted. Fixes rdar://problem/21538899. Swift SVN r30168