mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
RangeAnalysis: Rename semExprModulus to exprModulus.
This commit is contained in:
@@ -33,7 +33,7 @@ import MakeTest<ModulusAnalysisTest>
|
||||
|
||||
private string getAModString(SemExpr e) {
|
||||
exists(SemBound b, int delta, int mod |
|
||||
ModulusAnalysisInstantiated::semExprModulus(e, b, delta, mod) and
|
||||
ModulusAnalysisInstantiated::exprModulus(e, b, delta, mod) and
|
||||
result = b.toString() + "," + delta.toString() + "," + mod.toString() and
|
||||
not (delta = 0 and mod = 0)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user