mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
I discovered when working with improving the debug output of the move only address checker that I had a need for lightweight thing like DebugVarCarryingInst but that only could vend a VarDecl (unlike DebugVarCarryingInst which also can vend a SILDebugVariable). As an example, this lets one write a high level API that uses the standard API to loop over a bunch of instructions all that vend a VarDecl and construct a stringified path component list. rdar://105293841
29 KiB
29 KiB