Merge pull request #79781 from nate-chandler/general-coro/20250227/1

[CoroutineAccessors] Dispatch and PtrAuth.
This commit is contained in:
nate-chandler
2025-03-07 20:08:42 -08:00
committed by GitHub
45 changed files with 742 additions and 173 deletions

View File

@@ -392,7 +392,6 @@ UNINTERESTING_FEATURE(SafeInteropWrappers)
UNINTERESTING_FEATURE(AssumeResilientCxxTypes)
UNINTERESTING_FEATURE(ImportNonPublicCxxMembers)
UNINTERESTING_FEATURE(CoroutineAccessorsUnwindOnCallerError)
UNINTERESTING_FEATURE(CoroutineAccessorsAllocateInCallee)
bool swift::usesFeatureIsolatedDeinit(const Decl *decl) {
if (auto cd = dyn_cast<ClassDecl>(decl)) {