mirror of
https://github.com/github/codeql.git
synced 2026-04-17 21:14:02 +02:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
import cpp
|
|
|
|
from Class c, ClassAggregateLiteral al, Field f
|
|
where
|
|
c = al.getType() and
|
|
f = c.getAField()
|
|
select al, c, f, al.getAFieldExpr(f)
|