We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1b2c6 commit ff3c76cCopy full SHA for ff3c76c
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -684,7 +684,7 @@ class IndirectParameterNode extends Node instanceof IndirectInstruction {
684
685
override Declaration getFunction() { result = init.getEnclosingFunction() }
686
687
- /** Gets the underlying instruction. */
+ /** Gets the underlying operand and the underlying indirection index. */
688
predicate hasInstructionAndIndirectionIndex(Instruction instr, int index) {
689
IndirectInstruction.super.hasInstructionAndIndirectionIndex(instr, index)
690
}
0 commit comments