mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
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:
committed by
GitHub
parent
03d6528687
commit
58a3260c96
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user