mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Now that we've started printing the targets of `Call` instructions in the IR dumps, I figured I might as well print the names of the variable being loaded or stored as well. We could potentially extend this to match fields, array elements, etc., but that's quite a bit more work.