mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We don't need to substitute the superclass type as we walk up a class hierarchy, or look up the generic parameters and conformances to check if they're concrete, since we're always just emitting null pointers in place of the generic parameters and requirements, to be filled at runtime. Also, don't leave space for generic parameters and requirements from Objective-C superclasses, since that's not how they're represented.
2.9 KiB
2.9 KiB