Skip to content

Commit 03d6528

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent 1b11790 commit 03d6528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedAssertion.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private predicate assertion0(MacroInvocation mi, Stmt s) {
5555
unique(StmtParent p, int startline, Function f |
5656
macroInvocationLocation(startline, f, mi) and
5757
stmtParentLocation(startline, f, p) and
58-
// Also do not count the elements from the expanded macro. i.e., when checking
58+
// Also do not count the elements from the expanded macro, i.e., when checking
5959
// if `assert(x)` is the only thing on the line we do not count the
6060
// generated `((void)0)` expression.
6161
not p = mi.getAnExpandedElement()

0 commit comments

Comments
 (0)