C++: Apply documentation change suggestion

Co-authored-by: Jonas Jensen <jbj@github.com>
This commit is contained in:
Anders Peter Fugmann
2021-09-28 10:38:02 +02:00
committed by GitHub
parent c7ea7ca5cd
commit a358ea8667

View File

@@ -1593,7 +1593,7 @@ private module SimpleRangeAnalysisCached {
result = min([max(getTruncatedUpperBounds(expr)), getGuardedUpperBound(expr)])
}
/** 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. */
cached
predicate upperBoundMayBeWidened(Expr e) {
isRecursiveExpr(e) and