mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
Rangeanalysis: Parameterise shared modulus analysis.
This commit is contained in:
@@ -224,6 +224,10 @@ module Sem implements Semantic {
|
||||
RU::guardDirectlyControlsSsaRead(guard, controlled, testIsTrue)
|
||||
}
|
||||
|
||||
predicate guardControlsSsaRead(Guard guard, SsaReadPosition controlled, boolean testIsTrue) {
|
||||
RU::guardControlsSsaRead(guard, controlled, testIsTrue)
|
||||
}
|
||||
|
||||
class Type = J::Type;
|
||||
|
||||
class IntegerType extends J::IntegralType {
|
||||
|
||||
Reference in New Issue
Block a user