mirror of
https://github.com/github/codeql.git
synced 2026-07-31 07:22:56 +02:00
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
import cpp
|
|
|
|
from Variable v
|
|
select v,
|
|
v.getType(),
|
|
v.getType().explain()
|
|
|