mirror of
https://github.com/github/codeql.git
synced 2026-01-05 18:50:23 +01:00
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
import cpp
|
|
|
|
from Declaration d
|
|
where d.getLocation().getFile().getBaseName() != ""
|
|
select d
|