Skip to content

Commit 4f1b2c6

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

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/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ private module IndirectInstructions {
245245
* be an `InstructionNode`.
246246
*/
247247
abstract class IndirectInstruction extends Node {
248-
/** Gets the underlying instruction. */
248+
/** Gets the underlying operand and the underlying indirection index. */
249249
abstract predicate hasInstructionAndIndirectionIndex(Instruction instr, int index);
250250
}
251251

0 commit comments

Comments
 (0)