Files
codeql/cpp/ql/test/library-tests/depends_initializers/InitializerCalls.ql
2018-08-02 17:53:23 +01:00

9 lines
131 B
Plaintext

/**
* @name InitializerCalls
*/
import cpp
from Initializer i, FunctionCall fc
where i.getExpr().getAChild*() = fc
select i, fc