Skip to content

Commit f70a17b

Browse files
jbjadityasharad
andcommitted
C++: clearer wording in asExpr doc
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
1 parent 5ae8b02 commit f70a17b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ class Node extends TIRDataFlowNode {
4949
* of `asExpr`.
5050
*
5151
* If this node strictly (in the sense of `asConvertedExpr`) corresponds to
52-
* a `Conversion`, then the result is that `Conversion`'s non-`Conversion`
53-
* base expression.
52+
* a `Conversion`, then the result is the underlying non-`Conversion` base expression.
5453
*/
5554
Expr asExpr() { result = this.(ExprNode).getExpr() }
5655

0 commit comments

Comments
 (0)