mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -3423,6 +3423,7 @@ public:
|
||||
uint8_t(
|
||||
getStableSelfAccessKind(fn->getSelfAccessKind())),
|
||||
fn->hasForcedStaticDispatch(),
|
||||
fn->hasAsync(),
|
||||
fn->hasThrows(),
|
||||
S.addGenericSignatureRef(
|
||||
fn->getGenericSignature()),
|
||||
@@ -4137,6 +4138,7 @@ public:
|
||||
getRawStableFunctionTypeRepresentation(fnTy->getRepresentation()),
|
||||
clangType,
|
||||
fnTy->isNoEscape(),
|
||||
fnTy->async(),
|
||||
fnTy->throws(),
|
||||
getRawStableDifferentiabilityKind(fnTy->getDifferentiabilityKind()));
|
||||
|
||||
@@ -4151,7 +4153,7 @@ public:
|
||||
GenericFunctionTypeLayout::emitRecord(S.Out, S.ScratchRecord, abbrCode,
|
||||
S.addTypeRef(fnTy->getResult()),
|
||||
getRawStableFunctionTypeRepresentation(fnTy->getRepresentation()),
|
||||
fnTy->throws(),
|
||||
fnTy->async(), fnTy->throws(),
|
||||
getRawStableDifferentiabilityKind(fnTy->getDifferentiabilityKind()),
|
||||
S.addGenericSignatureRef(genericSig));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user