mirror of
https://github.com/github/codeql.git
synced 2026-01-04 10:10:20 +01:00
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
import cpp
|
|
|
|
from EnumConstant ec, Access ac
|
|
where ec.getName().matches("sizeof\\_arr%")
|
|
and ac = ec.getAnAccess()
|
|
select ac
|