Skip to content

Commit 3f38378

Browse files
committed
C++: QLDoc formatting fixup
1 parent f70a17b commit 3f38378

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ class Node extends TIRDataFlowNode {
4747
* evaluating the expression. For data flowing _out of_ an expression, like
4848
* when an argument is passed by reference, use `asDefiningArgument` instead
4949
* of `asExpr`.
50-
*
50+
*
5151
* If this node strictly (in the sense of `asConvertedExpr`) corresponds to
52-
* a `Conversion`, then the result is the underlying non-`Conversion` base expression.
52+
* a `Conversion`, then the result is the underlying non-`Conversion` base
53+
* expression.
5354
*/
5455
Expr asExpr() { result = this.(ExprNode).getExpr() }
5556

0 commit comments

Comments
 (0)