Skip to content

Commit a499919

Browse files
committed
Shared: More helpful QLDoc for simpleLocalFlowStep.
1 parent f834768 commit a499919

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

shared/dataflow/codeql/dataflow/DataFlow.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ signature module InputSig {
206206
predicate parameterMatch(ParameterPosition ppos, ArgumentPosition apos);
207207

208208
/**
209-
* Holds if there is a simple local flow step from `node1` to `node2`.
209+
* Holds if there is a simple local flow step from `node1` to `node2`. This
210+
* is the local flow predicate that's used as a building block in global
211+
* data flow. It may have less flow than the `localFlowStep` predicate.
210212
*/
211213
predicate simpleLocalFlowStep(Node node1, Node node2);
212214

0 commit comments

Comments
 (0)