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 a63e70d commit 44e33c7Copy full SHA for 44e33c7
swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPublic.qll
@@ -105,6 +105,7 @@ class ParameterNode extends Node instanceof ParameterNodeImpl {
105
}
106
107
/**
108
+ * A node in the data flow graph which corresponds to an SSA variable definition.
109
*/
110
class SsaDefinitionNode extends Node, TSsaDefinitionNode {
111
Ssa::Definition def;
0 commit comments