Files
2024-01-30 16:47:35 +00:00

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