Files
swift-mirror/include/swift/SIL
Andrew Trick b4a47b6463 Fix findInnerTransitiveUsesForAddress; add AddressUseKind
findInnerTransitiveUsesForAddress was incorrectly returning true for
pointer escapes.

Introduce enum AddressUseKind { NonEscaping, PointerEscape, Unknown };

Clients need to handle each of these cases differently.
2021-10-12 19:58:11 -07:00
..
2020-11-08 11:05:09 -05:00
2020-11-10 12:19:18 -08:00
2021-06-24 15:36:28 -07:00
2021-10-08 10:11:33 +02:00
2021-10-06 04:54:49 -07:00