mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
For some unclear reasons, calling getAllConformances on Int.Words and UInt.Words returns duplicate entries for conforming to RandomAccessCollection. Since this isn't the case for swift-5.1-branch, we saw false positives shown in rdar://49568079. This patch fixes the ABI/API checker by de-duplicate results collected from getAllConformances.
70 KiB
70 KiB