mirror of
https://github.com/github/codeql.git
synced 2026-02-17 07:23:42 +01:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
import cpp
|
|
|
|
from Element e, MacroAccess ma
|
|
where affectedbymacroexpansion(unresolveElement(e), unresolveElement(ma))
|
|
select e.getLocation(), e, ma.getLocation(), ma
|
|
|