mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #79781 from nate-chandler/general-coro/20250227/1
[CoroutineAccessors] Dispatch and PtrAuth.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user