Skip to content

Commit 7a8d239

Browse files
author
Alex Eyers-Taylor
committed
Daatflow: Fix bug
1 parent 542bdf0 commit 7a8d239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImplStage1.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ module MakeImplStage1<LocationSig Location, InputSig<Location> Lang> {
150150
* Shared between sources and sinks.
151151
*/
152152
pragma[inline]
153+
overlay[global]
153154
private predicate nonDiffInformedFilter(Node node) {
154155
// If we are in base-only global evaluation, do not filter out any sources.
155156
not isEvaluatingInOverlay()

0 commit comments

Comments
 (0)