Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.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:28 +01:00
parent a8a04c8588
commit 4f1b2c6194

View File

@@ -245,7 +245,7 @@ private module IndirectInstructions {
* be an `InstructionNode`.
*/
abstract class IndirectInstruction extends Node {
/** Gets the underlying instruction. */
/** Gets the underlying operand and the underlying indirection index. */
abstract predicate hasInstructionAndIndirectionIndex(Instruction instr, int index);
}