Skip to content

Commit b1b72b7

Browse files
committed
SSA: Add qldoc.
1 parent f00f2c6 commit b1b72b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/ssa/codeql/ssa/Ssa.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,11 +1683,13 @@ module Make<LocationSig Location, InputSig<Location> Input> {
16831683

16841684
SsaDefinitionNodeImpl() { this = TSsaDefinitionNode(def) }
16851685

1686+
/** Gets the underlying SSA definition. */
16861687
Definition getDefinition() { result = def }
16871688
}
16881689

16891690
final class SsaDefinitionNode = SsaDefinitionNodeImpl;
16901691

1692+
/** A node that represents a synthetic read of a source variable. */
16911693
final class SsaSynthReadNode extends SsaNode {
16921694
SsaSynthReadNode() {
16931695
this.(SsaDefinitionExtNodeImpl).getDefinitionExt() instanceof PhiReadNode or

0 commit comments

Comments
 (0)