We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51b921 commit 1445b31Copy full SHA for 1445b31
cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Operand.qll
@@ -79,7 +79,8 @@ private PhiOperandBase phiOperand(
79
}
80
81
/**
82
- * A source operand of an `Instruction`. The operand represents a value consumed by the instruction.
+ * An operand of an `Instruction`. The operand represents a use of the result of one instruction
83
+ * (the defining instruction) in another instruction (the use instruction)
84
*/
85
class Operand extends TOperand {
86
/** Gets a textual representation of this element. */
0 commit comments