We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ea7ca commit a358ea8Copy full SHA for a358ea8
cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll
@@ -1593,7 +1593,7 @@ private module SimpleRangeAnalysisCached {
1593
result = min([max(getTruncatedUpperBounds(expr)), getGuardedUpperBound(expr)])
1594
}
1595
1596
- /** Holds if `expr` may have been widened */
+ /** Holds if the upper bound of `expr` may have been widened. This means the the upper bound is in practice likely to be overly wide. */
1597
cached
1598
predicate upperBoundMayBeWidened(Expr e) {
1599
isRecursiveExpr(e) and
0 commit comments