mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +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()
|