We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8423f8 commit 35b35ecCopy full SHA for 35b35ec
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPublic.qll
@@ -33,7 +33,7 @@ class Node extends TNode {
33
}
34
35
/**
36
- * Gets this node's underlying expression, if any.
+ * Gets the expression that corresponds to this node, if any.
37
*/
38
Expr asExpr() { none() }
39
@@ -43,7 +43,7 @@ class Node extends TNode {
43
Pattern asPattern() { none() }
44
45
46
- * Gets this data flow node's corresponding control flow node.
+ * Gets the control flow node that corresponds to this data flow node.
47
48
ControlFlowNode getCfgNode() { none() }
49
0 commit comments