mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
Most of the implementation was already in terms of `SemanticStackVariable`, so not much should have changed.
6 lines
111 B
Plaintext
6 lines
111 B
Plaintext
import cpp
|
|
|
|
from StackVariable v, ControlFlowNode def, Expr e
|
|
where exprDefinition(v, def, e)
|
|
select v, def, e
|