mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
The `AliasedUse` instruction is supposed to represent future uses of aliased memory after the function returns. Since local variables from that function are no longer allocated after the function returns, the `AliasedUse` instruction should access only the set of aliased locations that does not include locals from the current stack frame.