Skip to content

Commit db5fac1

Browse files
committed
Add QLDoc to MakeSsa to silence CI
1 parent fc06aa1 commit db5fac1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

shared/ssa/codeql/ssa/Ssa.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,11 @@ module Make<
993993
predicate explicitWrite(VariableWrite w, BasicBlock bb, int i, SourceVariable v);
994994
}
995995

996+
/**
997+
* Builds the user-facing SSA API (the `SsaSig` class hierarchy and associated
998+
* predicates) on top of the core SSA construction, using the language-specific
999+
* expressions, parameters, and writes provided by `SsaInput`.
1000+
*/
9961001
module MakeSsa<SsaInputSig SsaInput> implements
9971002
SsaSig<Location, ControlFlowNode, BasicBlock, SsaInput::Expr, SsaInput::Parameter, SsaInput::VariableWrite>
9981003
{

0 commit comments

Comments
 (0)