mirror of
https://github.com/github/codeql.git
synced 2026-03-22 23:49:43 +01:00
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
import cpp
|
|
|
|
from Variable v
|
|
select v,
|
|
v.getASpecifier()
|
|
|