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