mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #71821 from slavapestov/inheritance-clause-fixes
Refactor protocol inheritance clauses and existential layout for non-copyable generics
This commit is contained in:
@@ -99,6 +99,9 @@ public:
|
||||
Partial
|
||||
};
|
||||
|
||||
static GenericSignature buildTypeErasedSignature(
|
||||
GenericSignature sig, ArrayRef<Type> typeErasedParams);
|
||||
|
||||
static SILSpecializeAttr *create(SILModule &M,
|
||||
GenericSignature specializedSignature,
|
||||
ArrayRef<Type> typeErasedParams,
|
||||
|
||||
Reference in New Issue
Block a user