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

7 lines
137 B
Plaintext

import cpp
from File f, Declaration d
where d = f.getATopLevelDeclaration()
and d.getName() != "__va_list_tag"
select f.toString(), d