Skip to content

Commit 44e33c7

Browse files
committed
Swift: Fill out the empty comment for SsaDefinitionNode (contents stolen from JS).
1 parent a63e70d commit 44e33c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPublic.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ class ParameterNode extends Node instanceof ParameterNodeImpl {
105105
}
106106

107107
/**
108+
* A node in the data flow graph which corresponds to an SSA variable definition.
108109
*/
109110
class SsaDefinitionNode extends Node, TSsaDefinitionNode {
110111
Ssa::Definition def;

0 commit comments

Comments
 (0)