mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
Add QLDoc.
This commit is contained in:
@@ -68,7 +68,7 @@ class ValueNumberBound extends Bound, TBoundValueNumber {
|
|||||||
|
|
||||||
ValueNumberBound() { this = TBoundValueNumber(vn) }
|
ValueNumberBound() { this = TBoundValueNumber(vn) }
|
||||||
|
|
||||||
/** Gets the SSA variable that equals this bound. */
|
/** Gets an `Instruction` that equals this bound. */
|
||||||
override Instruction getInstruction(int delta) {
|
override Instruction getInstruction(int delta) {
|
||||||
this = TBoundValueNumber(valueNumber(result)) and delta = 0
|
this = TBoundValueNumber(valueNumber(result)) and delta = 0
|
||||||
}
|
}
|
||||||
@@ -77,5 +77,6 @@ class ValueNumberBound extends Bound, TBoundValueNumber {
|
|||||||
|
|
||||||
override Location getLocation() { result = vn.getLocation() }
|
override Location getLocation() { result = vn.getLocation() }
|
||||||
|
|
||||||
|
/** Gets the value number that equals this bound. */
|
||||||
ValueNumber getValueNumber() { result = vn }
|
ValueNumber getValueNumber() { result = vn }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user