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 a8a04c8 commit 4f1b2c6Copy full SHA for 4f1b2c6
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -245,7 +245,7 @@ private module IndirectInstructions {
245
* be an `InstructionNode`.
246
*/
247
abstract class IndirectInstruction extends Node {
248
- /** Gets the underlying instruction. */
+ /** Gets the underlying operand and the underlying indirection index. */
249
abstract predicate hasInstructionAndIndirectionIndex(Instruction instr, int index);
250
}
251
0 commit comments