mirror of
https://github.com/github/codeql.git
synced 2026-03-28 02:08:17 +01:00
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
import cpp
|
|
|
|
from Element parent, Element child
|
|
where parent = child.getParentScope()
|
|
select count(parent.getParentScope()), // For sensible output ordering
|
|
parent,
|
|
child
|
|
|