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

8 lines
171 B
Plaintext

import cpp
from ConstructorFieldInit cfi, Expr e, string clazz
where e = cfi.getExpr()
and clazz = e.getAQlClass()
and clazz.matches("%Literal")
select cfi, e, clazz