mirror of
https://github.com/github/codeql.git
synced 2026-03-31 04:38:18 +02:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
import cpp
|
|
|
|
from Class c, ClassAggregateLiteral al, Field f
|
|
where c = al.getType()
|
|
and f = c.getAField()
|
|
select al, c, f, al.getFieldExpr(f)
|