mirror of
https://github.com/github/codeql.git
synced 2026-01-08 04:00:26 +01:00
9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
import cpp
|
|
|
|
from Variable v, Type t
|
|
where t = v.getType()
|
|
select v,
|
|
t,
|
|
t.getASpecifier()
|
|
|