Skip to content

Commit 2ab6263

Browse files
Copilotaschackmull
andauthored
Instantiate MakeAstConsistency in ControlFlowGraph.qll
Agent-Logs-Url: https://github.com/github/codeql/sessions/44b8fcaf-0a89-41e7-8685-068e4764ebb3 Co-authored-by: aschackmull <28296824+aschackmull@users.noreply.github.com>
1 parent affbd3f commit 2ab6263

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

shared/controlflow/codeql/controlflow/ControlFlowGraph.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,7 @@ module Make0<LocationSig Location, AstSig<Location> Ast> {
20632063
*/
20642064

20652065
private import PrintGraph as Pp
2066+
private import AstConsistency as AstConsistency_
20662067

20672068
private class ControlFlowNodeAlias = ControlFlowNode;
20682069

@@ -2078,6 +2079,9 @@ module Make0<LocationSig Location, AstSig<Location> Ast> {
20782079

20792080
import Pp::PrintGraph<Location, PrintGraphInput>
20802081

2082+
/** Provides AST consistency queries. */
2083+
module AstConsistency = AstConsistency_::MakeAstConsistency<Location, Ast>::Consistency;
2084+
20812085
/** Provides a set of consistency queries. */
20822086
module Consistency {
20832087
/** Holds if the consistency query `query` has `results` results. */

0 commit comments

Comments
 (0)