mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
11 lines
336 B
Plaintext
11 lines
336 B
Plaintext
/**
|
|
* @name Static single assignment inconsistencies
|
|
* @description Lists the static single assignment inconsistencies in the database. This query is intended for internal use.
|
|
* @kind table
|
|
* @id rust/diagnostics/ssa-consistency
|
|
*/
|
|
|
|
import codeql.rust.dataflow.Ssa
|
|
import codeql.rust.dataflow.internal.SsaImpl
|
|
import Consistency
|