Skip to content

Commit ebbd701

Browse files
C++: Fix PR feedback
1 parent 84b39bf commit ebbd701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Node extends Instruction {
5050
class ExprNode extends Node {
5151
Expr expr;
5252

53-
ExprNode() { expr = this.getConvertedResultExpression() }
53+
ExprNode() { expr = this.asExpr() }
5454
Expr getExpr() { result = expr }
5555
}
5656

0 commit comments

Comments
 (0)