mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Most of the implementation was already in terms of `SemanticStackVariable`, so not much should have changed.
6 lines
90 B
Plaintext
6 lines
90 B
Plaintext
import cpp
|
|
|
|
from StackVariable v, VariableAccess use
|
|
where useOfVar(v, use)
|
|
select v, use
|