Skip to content

Commit da34c0b

Browse files
committed
Dataflow: Fixup some qldoc.
1 parent db1ed67 commit da34c0b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,8 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
169169
}
170170

171171
/**
172-
* Constructs a data flow computation given a full input configuration.
172+
* Constructs a data flow computation given a full input configuration, and
173+
* an initial stage 1 pruning.
173174
*/
174175
module Impl<FullStateConfigSig Config, Stage1Output<Config::FlowState> Stage1> {
175176
private class FlowState = Config::FlowState;

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ module MakeImplStage1<LocationSig Location, InputSig<Location> Lang> {
460460

461461
private class Cc = boolean;
462462

463-
/* Begin: Stage 1 logic. */
464463
/**
465464
* Holds if `node` is reachable from a source.
466465
*
@@ -954,7 +953,6 @@ module MakeImplStage1<LocationSig Location, InputSig<Location> Lang> {
954953
callEdgeReturn(call, c, _, _, _, _)
955954
)
956955
}
957-
/* End: Stage 1 logic. */
958956
}
959957

960958
private module Stage1Common {

0 commit comments

Comments
 (0)