mirror of
https://github.com/github/codeql.git
synced 2026-01-11 05:30:24 +01:00
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
import cpp
|
|
|
|
from Variable v, VlaDeclStmt d, int i, VlaDimensionStmt s
|
|
where v = d.getVariable()
|
|
and s = d.getVlaDimensionStmt(i)
|
|
select v, d, i, s, s.getDimensionExpr()
|