Files
Aidan Hall 63da6499eb LifetimeDependence: Disable indices in Swift lifetime dependencies
Lifetime indices are never necessary in Swift, they unnecessarily expose
implementation details, and they make lifetime annotations more error-prone,
since they may need to be updated if a function's parameter list changes.

The Swift Syntax parser also cannot handle lifetime annotations where the target
is an index. The main reason the C++ parser supports them is because it is also
used for SIL.
2026-02-06 10:27:01 +00:00
..
2024-11-18 18:09:19 -08:00
2024-11-18 18:09:19 -08:00
2025-07-22 13:07:03 -07:00
2025-02-06 14:04:28 -08:00