Skip to content

Commit a1489be

Browse files
committed
Add overlay annotation to shared module
1 parent 6d05986 commit a1489be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/dataflow/codeql/dataflow/PrintDfg.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Provides a module for implementing the `View DFG` query based on inputs to the data flow library.
33
*/
4+
overlay[local?]
5+
module;
46

57
private import codeql.util.Location
68
private import codeql.dataflow.DataFlow as DF

0 commit comments

Comments
 (0)