Skip to content

Commit 02a81a0

Browse files
committed
Dataflow: Rename signature to preempt name clash.
1 parent acd31dd commit 02a81a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImplCommon.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ module MakeImplCommon<LocationSig Location, InputSig<Location> Lang> {
6767
/**
6868
* Holds if `source` is a relevant data flow source.
6969
*/
70-
signature predicate sourceNode(Node source);
70+
signature predicate sourceNodeSig(Node source);
7171

7272
/**
7373
* EXPERIMENTAL: This API is subject to change without notice.
7474
*
7575
* Given a source definition, this constructs a simple forward flow
7676
* computation with an access path limit of 1.
7777
*/
78-
module SimpleGlobal<sourceNode/1 source> {
78+
module SimpleGlobal<sourceNodeSig/1 source> {
7979
import TypeTracking::TypeTrack<source/1>
8080
}
8181
}

0 commit comments

Comments
 (0)