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

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2026-01-19 11:33:48 +00:00
committed by GitHub
parent 03d6528687
commit 58a3260c96

View File

@@ -135,8 +135,7 @@ private predicate hasVarAccessMacroArgument(MacroInvocation mi, Variable var, in
/**
* Holds if the `i`'th component of the macro invocation `mi` with opcode
* `opcode` is a
* constant with the value `k`.
* `opcode` is a constant with the value `k`.
*/
private predicate hasConstMacroArgument(MacroInvocation mi, int k, int i, Opcode opcode) {
exists(string arg, string s |