Skip to content

Commit a24432b

Browse files
authored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
1 parent c375497 commit a24432b

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/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ private predicate indirectExprNodeShouldBeIndirectOperand(
13511351
/** Holds if `node` should be an `IndirectOperand` that maps `node.asExpr()` to `e`. */
13521352
private predicate exprNodeShouldBeIndirectOperand(IndirectOperand node, Expr e, int n) {
13531353
exists(ArgumentOperand operand |
1354-
// When an argument (qualifier or position) is a PR value and the
1354+
// When an argument (qualifier or positional) is a prvalue and the
13551355
// parameter (qualifier or positional) is a (const) reference, IR
13561356
// construction introduces a temporary `IRVariable`. The `VariableAddress`
13571357
// instruction has the argument as its `getConvertedResultExpression`

0 commit comments

Comments
 (0)