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 6528985 commit a8a04c8Copy full SHA for a8a04c8
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -204,7 +204,7 @@ private module IndirectOperands {
204
* be an `OperandNode`.
205
*/
206
abstract class IndirectOperand extends Node {
207
- /** Gets the underlying operand. */
+ /** Gets the underlying operand and the underlying indirection index. */
208
abstract predicate hasOperandAndIndirectionIndex(Operand operand, int indirectionIndex);
209
}
210
0 commit comments