SIL and IRGen support for @isolated(any). SILGen to come.

This commit is contained in:
John McCall
2024-02-12 22:59:59 -05:00
parent db020c1486
commit d5142668f4
65 changed files with 697 additions and 109 deletions

View File

@@ -5620,7 +5620,7 @@ public:
S.Out, S.ScratchRecord, abbrCode, fnTy->isSendable(),
fnTy->isAsync(), stableCoroutineKind, stableCalleeConvention,
stableRepresentation, fnTy->isPseudogeneric(), fnTy->isNoEscape(),
fnTy->isUnimplementable(),
fnTy->isUnimplementable(), fnTy->hasErasedIsolation(),
stableDiffKind, fnTy->hasErrorResult(), fnTy->getParameters().size(),
fnTy->getNumYields(), fnTy->getNumResults(),
invocationSigID, invocationSubstMapID, patternSubstMapID,