Skip to content

Commit a8a04c8

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 6528985 commit a8a04c8

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
@@ -204,7 +204,7 @@ private module IndirectOperands {
204204
* be an `OperandNode`.
205205
*/
206206
abstract class IndirectOperand extends Node {
207-
/** Gets the underlying operand. */
207+
/** Gets the underlying operand and the underlying indirection index. */
208208
abstract predicate hasOperandAndIndirectionIndex(Operand operand, int indirectionIndex);
209209
}
210210

0 commit comments

Comments
 (0)