mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Remove the descriptive decl kind (since with subpaths it is not correct and cannot represent a tuple element) and change "simultaneous" to "overlapping" in order to lower the register slightly and avoid connoting threading. For example, for the following: takesTwoInouts(&x.f, &x.f) the diagnostic will change from "simultaneous accesses to var 'x.f', but modification requires exclusive access; consider copying to a local variable" to "overlapping accesses to 'x.f', but modification requires exclusive access; consider copying to a local variable"