Skip to content

Commit 0818c1d

Browse files
committed
C++: Update QLDoc.
1 parent 3b437fe commit 0818c1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/ql/src/Security/CWE/CWE-191/UnsignedDifferenceExpressionComparedZero.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ predicate isGuarded(SubExpr sub, Expr left, Expr right) {
3131
}
3232

3333
/**
34-
* Holds if `e` is known to be less than or equal to `sub.getLeftOperand()`.
34+
* Holds if `e` is known or suspected to be less than or equal to
35+
* `sub.getLeftOperand()`.
3536
*/
3637
predicate exprIsSubLeftOrLess(SubExpr sub, Expr e) {
3738
e = sub.getLeftOperand()

0 commit comments

Comments
 (0)