Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469bdae commit aaebe36Copy full SHA for aaebe36
1 file changed
cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -297,7 +297,7 @@ ExprNode exprNode(Expr e) { result.getExpr() = e }
297
* Gets the `Node` corresponding to `e`, if any. Here, `e` may be a
298
* `Conversion`.
299
*/
300
-ExprNode convertedExprNode(Expr e) { result.getExpr() = e }
+ExprNode convertedExprNode(Expr e) { result.getConvertedExpr() = e }
301
302
/**
303
* Gets the `Node` corresponding to the value of `p` at function entry.
0 commit comments