Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2023-06-10 16:12:33 +01:00
parent 4f1b2c6194
commit ff3c76c1fa

View File

@@ -684,7 +684,7 @@ class IndirectParameterNode extends Node instanceof IndirectInstruction {
override Declaration getFunction() { result = init.getEnclosingFunction() }
/** Gets the underlying instruction. */
/** Gets the underlying operand and the underlying indirection index. */
predicate hasInstructionAndIndirectionIndex(Instruction instr, int index) {
IndirectInstruction.super.hasInstructionAndIndirectionIndex(instr, index)
}