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(
1351
1351
/** Holds if `node` should be an `IndirectOperand` that maps `node.asExpr()` to `e`. */
1352
1352
private predicate exprNodeShouldBeIndirectOperand ( IndirectOperand node , Expr e , int n ) {
1353
1353
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
1355
1355
// parameter (qualifier or positional) is a (const) reference, IR
1356
1356
// construction introduces a temporary `IRVariable`. The `VariableAddress`
1357
1357
// instruction has the argument as its `getConvertedResultExpression`
You can’t perform that action at this time.
0 commit comments