C++: Update QLDoc.

This commit is contained in:
Geoffrey White
2021-04-09 18:11:48 +01:00
parent 3b437fe6cf
commit 0818c1d703

View File

@@ -31,7 +31,8 @@ predicate isGuarded(SubExpr sub, Expr left, Expr right) {
}
/**
* Holds if `e` is known to be less than or equal to `sub.getLeftOperand()`.
* Holds if `e` is known or suspected to be less than or equal to
* `sub.getLeftOperand()`.
*/
predicate exprIsSubLeftOrLess(SubExpr sub, Expr e) {
e = sub.getLeftOperand()