Files
codeql/cpp/ql/test/library-tests/macros/affects/affects.ql
2018-08-20 16:12:26 +01:00

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