Update cpp/ql/lib/experimental/semmle/code/cpp/semantic/analysis/RangeAnalysisSpecific.qll

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Dave Bartolomeo
2022-03-16 13:06:54 -04:00
committed by GitHub
parent 571c034549
commit db4963ada0

View File

@@ -16,7 +16,7 @@ predicate ignoreSsaReadCopy(SemExpr e) { none() }
* Ignore the bound on this expression. * Ignore the bound on this expression.
* *
* This predicate is to keep the results identical to the original Java implementation. It should be * This predicate is to keep the results identical to the original Java implementation. It should be
* removed once we hae the new implementation matching the old results exactly. * removed once we have the new implementation matching the old results exactly.
*/ */
predicate ignoreExprBound(SemExpr e) { none() } predicate ignoreExprBound(SemExpr e) { none() }