mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #76250 from ktoso/wip-experimental-isolated-deinit
This commit is contained in:
@@ -1120,6 +1120,9 @@ namespace Lowering {
|
||||
/// Determine whether the given class will be allocated/deallocated using the
|
||||
/// Objective-C runtime, i.e., +alloc and -dealloc.
|
||||
LLVM_LIBRARY_VISIBILITY bool usesObjCAllocator(ClassDecl *theClass);
|
||||
/// Determine if isolating destructor is needed.
|
||||
LLVM_LIBRARY_VISIBILITY bool needsIsolatingDestructor(DestructorDecl *dd);
|
||||
|
||||
} // namespace Lowering
|
||||
} // namespace swift
|
||||
|
||||
|
||||
Reference in New Issue
Block a user