mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01: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)
|