Skip to content

Commit 58a3260

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 03d6528 commit 58a3260

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ private predicate hasVarAccessMacroArgument(MacroInvocation mi, Variable var, in
135135

136136
/**
137137
* Holds if the `i`'th component of the macro invocation `mi` with opcode
138-
* `opcode` is a
139-
* constant with the value `k`.
138+
* `opcode` is a constant with the value `k`.
140139
*/
141140
private predicate hasConstMacroArgument(MacroInvocation mi, int k, int i, Opcode opcode) {
142141
exists(string arg, string s |

0 commit comments

Comments
 (0)