Files
swift-mirror/lib/SIL
Aidan Hall d000346824 LifetimeDependence: Inference for closure expressions
This allows us to coerce closure expressions to function types with lifetime
dependencies.

Since captures are added to the parameter list when lowering closures to SIL
functions, we also need to update the result index when lowering their lifetime
dependencies.
2026-02-10 11:23:58 +00:00
..