Files
codeql/cpp/ql/test/header-variant-tests/functions-in-headers/one_x.ql
2018-08-02 17:53:23 +01:00

6 lines
140 B
Plaintext

import cpp
from Variable x, boolean auto
where if x.declaredUsingAutoType() then auto = true else auto = false
select x, x.getName(), auto