mirror of
https://github.com/github/codeql.git
synced 2026-06-15 18:01:10 +02:00
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
/**
|
|
* @name InitializerAccesses
|
|
*/
|
|
import cpp
|
|
|
|
from Initializer i, VariableAccess va
|
|
where i.getExpr().getAChild*() = va
|
|
select i, va
|