mirror of
https://github.com/github/codeql.git
synced 2026-01-28 13:53:10 +01:00
6 lines
328 B
Plaintext
6 lines
328 B
Plaintext
import semmle.code.cpp.pointsto.PointsTo
|
|
|
|
from Element parent, Element element, string label, Element other, int kind
|
|
where compoundEdge(parent, element, label, other, kind)
|
|
select parent.getLocation().getStartLine(), parent, element.getLocation().getStartLine(), element, label, other.getLocation().getStartLine(), other, kind
|