mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Shared: Undo changes to existing QLDoc.
This commit is contained in:
@@ -173,10 +173,7 @@ signature module InputSig {
|
|||||||
* Represents a content approximation.
|
* Represents a content approximation.
|
||||||
*/
|
*/
|
||||||
class ContentApprox {
|
class ContentApprox {
|
||||||
/**
|
/** Gets a textual representation of this element. */
|
||||||
* Gets a textual representation of this element.
|
|
||||||
* @return The textual representation of this element.
|
|
||||||
*/
|
|
||||||
string toString();
|
string toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -245,12 +245,7 @@ signature module Semantic {
|
|||||||
* Represents a phi node in the SSA form.
|
* Represents a phi node in the SSA form.
|
||||||
*/
|
*/
|
||||||
class SsaPhiNode extends SsaVariable {
|
class SsaPhiNode extends SsaVariable {
|
||||||
/**
|
/** Holds if `inp` is an input to the phi node along the edge originating in `bb`. */
|
||||||
* Holds if `inp` is an input to the phi node along the edge originating in `bb`.
|
|
||||||
* @param inp The input variable.
|
|
||||||
* @param bb The basic block.
|
|
||||||
* @return True if `inp` is an input to the phi node along the edge originating in `bb`, false otherwise.
|
|
||||||
*/
|
|
||||||
predicate hasInputFromBlock(SsaVariable inp, BasicBlock bb);
|
predicate hasInputFromBlock(SsaVariable inp, BasicBlock bb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user