mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Rangeanalysis: Parameterise shared modulus analysis.
This commit is contained in:
@@ -78,6 +78,8 @@ module Sem implements Semantic {
|
||||
|
||||
predicate guardDirectlyControlsSsaRead = semGuardDirectlyControlsSsaRead/3;
|
||||
|
||||
predicate guardControlsSsaRead = semGuardControlsSsaRead/3;
|
||||
|
||||
class Type = SemType;
|
||||
|
||||
class IntegerType = SemIntegerType;
|
||||
|
||||
Reference in New Issue
Block a user