mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
findInnerTransitiveUsesForAddress was incorrectly returning true for
pointer escapes.
Introduce enum AddressUseKind { NonEscaping, PointerEscape, Unknown };
Clients need to handle each of these cases differently.