mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
8bd093d36b
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