We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70a17b commit 3f38378Copy full SHA for 3f38378
cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -47,9 +47,10 @@ class Node extends TIRDataFlowNode {
47
* evaluating the expression. For data flowing _out of_ an expression, like
48
* when an argument is passed by reference, use `asDefiningArgument` instead
49
* of `asExpr`.
50
- *
+ *
51
* If this node strictly (in the sense of `asConvertedExpr`) corresponds to
52
- * a `Conversion`, then the result is the underlying non-`Conversion` base expression.
+ * a `Conversion`, then the result is the underlying non-`Conversion` base
53
+ * expression.
54
*/
55
Expr asExpr() { result = this.(ExprNode).getExpr() }
56
0 commit comments