Skip to content

Commit 6528985

Browse files
committed
C++: Add QLDoc to 'hasAddressOperandAndIndirectionIndex'.
1 parent c7cff37 commit 6528985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ class SideEffectOperandNode extends Node instanceof IndirectOperand {
587587

588588
CallInstruction getCallInstruction() { result = call }
589589

590+
/** Gets the underlying operand and the underlying indirection index. */
590591
predicate hasAddressOperandAndIndirectionIndex(Operand operand, int indirectionIndex) {
591592
IndirectOperand.super.hasOperandAndIndirectionIndex(operand, indirectionIndex)
592593
}

0 commit comments

Comments
 (0)