Files
codeql/cpp/ql/test/library-tests/templates/extern/declarations.ql
Geoffrey White 202a717085 C++: Autoformat.
2023-03-24 22:10:51 +00:00

6 lines
92 B
Plaintext

import cpp
from Declaration d
where d.getLocation().getFile().getBaseName() != ""
select d