mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When we produce a physical LValue with an abstraction difference, cap off the LValue with a logical "OrigToSubstComponent", which enacts the abstraction change on load or store, and introduces a writeback for the property when used in an @inout context. Swift SVN r11498