Skip to content

Commit 1445b31

Browse files
author
Robert Marsh
committed
C++: QLDoc for Operand
1 parent e51b921 commit 1445b31

File tree

1 file changed

+2
-1
lines changed
  • cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa

1 file changed

+2
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/unaliased_ssa/Operand.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ private PhiOperandBase phiOperand(
7979
}
8080

8181
/**
82-
* A source operand of an `Instruction`. The operand represents a value consumed by the instruction.
82+
* 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)
8384
*/
8485
class Operand extends TOperand {
8586
/** Gets a textual representation of this element. */

0 commit comments

Comments
 (0)