mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
import cpp
|
|
import semmle.code.cpp.headers.PreprocBlock
|
|
|
|
from PreprocessorBlock b, Include i
|
|
where b.getAnInclude() = i
|
|
select i, b
|