Skip to content

Commit a358ea8

Browse files
andersfugmannjbj
andauthored
C++: Apply documentation change suggestion
Co-authored-by: Jonas Jensen <[email protected]>
1 parent c7ea7ca commit a358ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ private module SimpleRangeAnalysisCached {
15931593
result = min([max(getTruncatedUpperBounds(expr)), getGuardedUpperBound(expr)])
15941594
}
15951595

1596-
/** Holds if `expr` may have been widened */
1596+
/** 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. */
15971597
cached
15981598
predicate upperBoundMayBeWidened(Expr e) {
15991599
isRecursiveExpr(e) and

0 commit comments

Comments
 (0)