mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
* C++: add a function `getDestructors(SILType type, bool isExactType)’: if the type is a final class or `isExactType` is true, then return the one and only destructor of that class. * swift: add `getDestructor(ofExactType type: Type)` and `getIncompleteCallees` * swift: remove `getDestructor` from the PassContext. The API of the `calleeAnalysis` can be used instead.
1.9 KiB
1.9 KiB