mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
import cpp
|
|
|
|
from BlockStmt b, MacroAccess m
|
|
where affectedbymacroexpansion(unresolveElement(b), unresolveElement(m))
|
|
select b, m
|