mirror of
https://github.com/github/codeql.git
synced 2026-01-28 22:02:57 +01:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
import cpp
|
|
import Best_Practices.Magic_Constants.MagicConstants
|
|
|
|
from Literal l, Variable v
|
|
where literalIsConstantInitializer(l, v)
|
|
select l, v
|
|
|