mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
7 lines
114 B
Plaintext
7 lines
114 B
Plaintext
import cpp
|
|
|
|
from Variable v, Type t
|
|
where t = v.getType()
|
|
select v, t.explain(), count(Type u | u = v.getType())
|
|
|