mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Replace the `struct EscapeInfo` with a simpler API, just consisting of methods of `ProjectedValue` and `Value`: * `isEscaping()` * `isAddressEscaping()` * `visit()` * `visitAddress()`