mirror of
https://github.com/github/codeql.git
synced 2026-06-19 11:51:08 +02:00
Add QLDoc to MakeSsa to silence CI
This commit is contained in:
@@ -993,6 +993,11 @@ module Make<
|
||||
predicate explicitWrite(VariableWrite w, BasicBlock bb, int i, SourceVariable v);
|
||||
}
|
||||
|
||||
/**
|
||||
* Builds the user-facing SSA API (the `SsaSig` class hierarchy and associated
|
||||
* predicates) on top of the core SSA construction, using the language-specific
|
||||
* expressions, parameters, and writes provided by `SsaInput`.
|
||||
*/
|
||||
module MakeSsa<SsaInputSig SsaInput> implements
|
||||
SsaSig<Location, ControlFlowNode, BasicBlock, SsaInput::Expr, SsaInput::Parameter, SsaInput::VariableWrite>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user