Update cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Geoffrey White
2025-01-27 10:41:50 +00:00
committed by GitHub
parent 06bd394695
commit 67a746eff1

View File

@@ -112,7 +112,7 @@ abstract private class GuardConditionImpl extends Expr {
/**
* Holds if (determined by this guard) `left < right + k` must be `isLessThan` in `block`.
* If `isLessThan = false` then this implies `left >= right + k`. Note that there's a 4-argument
* If `isLessThan = false` then this implies `left >= right + k`. Note that there's a 4-argument
* ("unary") and a 5-argument ("binary") version of this predicate (see `comparesEq`).
*/
pragma[inline]