Skip to content

Commit 6c89602

Browse files
committed
SSA: Add some qldoc.
1 parent f5eb2d9 commit 6c89602

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
@@ -1610,6 +1610,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
16101610

16111611
SsaDefinitionExtNodeImpl() { this = TSsaDefinitionNode(def) }
16121612

1613+
/** Gets the corresponding `DefinitionExt`. */
16131614
DefinitionExt getDefExt() { result = def }
16141615

16151616
deprecated override DefinitionExt getDefinitionExt() { result = def }
@@ -1925,6 +1926,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
19251926
this = TRefPhiRead(_, result)
19261927
}
19271928

1929+
/** Holds if this reference is a synthesized phi read. */
19281930
predicate isPhiRead() { this = TRefPhiRead(_, _) }
19291931

19301932
/** Gets a textual representation of this SSA reference. */

0 commit comments

Comments
 (0)