From 03d652868737513514569fe23eedc28d83ceea4d Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Thu, 15 Jan 2026 15:58:28 +0000 Subject: [PATCH] Update cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com> --- .../cpp/ir/implementation/raw/internal/TranslatedAssertion.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll b/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll index 4c2b82ee1c0..d0f761e83b8 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll @@ -55,7 +55,7 @@ private predicate assertion0(MacroInvocation mi, Stmt s) { unique(StmtParent p, int startline, Function f | macroInvocationLocation(startline, f, mi) and stmtParentLocation(startline, f, p) and - // Also do not count the elements from the expanded macro. i.e., when checking + // Also do not count the elements from the expanded macro, i.e., when checking // if `assert(x)` is the only thing on the line we do not count the // generated `((void)0)` expression. not p = mi.getAnExpandedElement()