File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1351,7 +1351,7 @@ private predicate indirectExprNodeShouldBeIndirectOperand(
13511351/** Holds if `node` should be an `IndirectOperand` that maps `node.asExpr()` to `e`. */
13521352private 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`
You can’t perform that action at this time.
0 commit comments