mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Rust: Add Rust SSA inconsistency infrastructure.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
import codeql.rust.dataflow.Ssa
|
||||
/**
|
||||
* @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
|
||||
|
||||
Reference in New Issue
Block a user