Skip to content

Commit ff3c76c

Browse files
MathiasVPjketema
andcommitted
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 4f1b2c6 commit ff3c76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ class IndirectParameterNode extends Node instanceof IndirectInstruction {
684684

685685
override Declaration getFunction() { result = init.getEnclosingFunction() }
686686

687-
/** Gets the underlying instruction. */
687+
/** Gets the underlying operand and the underlying indirection index. */
688688
predicate hasInstructionAndIndirectionIndex(Instruction instr, int index) {
689689
IndirectInstruction.super.hasInstructionAndIndirectionIndex(instr, index)
690690
}

0 commit comments

Comments
 (0)