mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
import cil
|
|
import semmle.code.cil.ConsistencyChecks
|
|
|
|
from ConsistencyViolation v
|
|
select v, v.getMessage()
|