Skip to content

Commit 81977f1

Browse files
committed
Cfg: qldoc + overlay fixups.
1 parent 83adf79 commit 81977f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

shared/controlflow/codeql/controlflow/PrintGraph.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* CFG" query. Also provides modules for printing control flow graphs in tests
44
* and as Mermaid diagrams.
55
*/
6+
overlay[local?]
7+
module;
68

79
private import codeql.util.FileSystem
810
private import codeql.util.Location
@@ -22,6 +24,7 @@ signature module InputSig<LocationSig Location> {
2224
ControlFlowNode getASuccessor(ControlFlowNode n, SuccessorType t);
2325
}
2426

27+
/** Provides modules for printing control flow graphs. */
2528
module PrintGraph<LocationSig Location, InputSig<Location> Input> {
2629
private import Input
2730

0 commit comments

Comments
 (0)