File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cpp/ql/lib/experimental/semmle/code/cpp/dataflow Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,9 +290,9 @@ module ProductFlow {
290
290
predicate isBarrierIn ( DataFlow:: Node node ) { Config:: isBarrierIn1 ( node ) }
291
291
}
292
292
293
- module Flow1 = DataFlow:: GlobalWithState< Config1 > ;
293
+ private module Flow1 = DataFlow:: GlobalWithState< Config1 > ;
294
294
295
- module Config2 implements DataFlow:: StateConfigSig {
295
+ private module Config2 implements DataFlow:: StateConfigSig {
296
296
class FlowState = FlowState2 ;
297
297
298
298
predicate isSource ( DataFlow:: Node source , FlowState state ) {
@@ -322,7 +322,7 @@ module ProductFlow {
322
322
predicate isBarrierIn ( DataFlow:: Node node ) { Config:: isBarrierIn2 ( node ) }
323
323
}
324
324
325
- module Flow2 = DataFlow:: GlobalWithState< Config2 > ;
325
+ private module Flow2 = DataFlow:: GlobalWithState< Config2 > ;
326
326
327
327
pragma [ nomagic]
328
328
private predicate reachableInterprocEntry (
You can’t perform that action at this time.
0 commit comments