mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
There are a bunch of static `collectExistentialConformances` copied around Sema and SILGen that are almost the same, save for whether they want to permit missing conformances and/or check conditional conformances. This commit requestifies and combines all but one of these functions into a `ModuleDecl::collectExistentialConformances`. The motivation for this clean-up is another place that will need this procedure.
157 KiB
157 KiB