swift
c8f8e863 - [cxx-interop] Handle vector types in escapability analysis

Commit
56 days ago
[cxx-interop] Handle vector types in escapability analysis Whenever we have a vector type, the escpability depends on the escapability of the element type. This will enable us to consider more types like std::vector<simd::float3> as safe by default. rdar://157141552
Author
Gabor Horvath
Parents
Loading