mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
__counted_by return values with .lifetimeDependence are now mapped to Span instead of UnsafeBufferPointer. Also fixes bug where std::span return values would map to Span even if lifetime dependence info was missing.