mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
C++: QLDoc formatting fixup
This commit is contained in:
@@ -47,9 +47,10 @@ class Node extends TIRDataFlowNode {
|
||||
* evaluating the expression. For data flowing _out of_ an expression, like
|
||||
* when an argument is passed by reference, use `asDefiningArgument` instead
|
||||
* of `asExpr`.
|
||||
*
|
||||
*
|
||||
* If this node strictly (in the sense of `asConvertedExpr`) corresponds to
|
||||
* a `Conversion`, then the result is the underlying non-`Conversion` base expression.
|
||||
* a `Conversion`, then the result is the underlying non-`Conversion` base
|
||||
* expression.
|
||||
*/
|
||||
Expr asExpr() { result = this.(ExprNode).getExpr() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user