We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c375497 commit a24432bCopy full SHA for a24432b
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -1351,7 +1351,7 @@ private predicate indirectExprNodeShouldBeIndirectOperand(
1351
/** Holds if `node` should be an `IndirectOperand` that maps `node.asExpr()` to `e`. */
1352
private predicate exprNodeShouldBeIndirectOperand(IndirectOperand node, Expr e, int n) {
1353
exists(ArgumentOperand operand |
1354
- // When an argument (qualifier or position) is a PR value and the
+ // When an argument (qualifier or positional) is a prvalue and the
1355
// parameter (qualifier or positional) is a (const) reference, IR
1356
// construction introduces a temporary `IRVariable`. The `VariableAddress`
1357
// instruction has the argument as its `getConvertedResultExpression`
0 commit comments