mirror of
https://github.com/github/codeql.git
synced 2026-02-16 15:03:41 +01: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
|