File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cpp/ql/lib/semmle/code/cpp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ signature module StateConfigSig {
114
114
* Holds if data flow through `node` is prohibited when the flow state is
115
115
* `state`.
116
116
*/
117
- predicate isBarrier ( Node node , FlowState state ) ;
117
+ default predicate isBarrier ( Node node , FlowState state ) { none ( ) }
118
118
119
119
/** Holds if data flow into `node` is prohibited. */
120
120
default predicate isBarrierIn ( Node node ) { none ( ) }
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ signature module StateConfigSig {
114
114
* Holds if data flow through `node` is prohibited when the flow state is
115
115
* `state`.
116
116
*/
117
- predicate isBarrier ( Node node , FlowState state ) ;
117
+ default predicate isBarrier ( Node node , FlowState state ) { none ( ) }
118
118
119
119
/** Holds if data flow into `node` is prohibited. */
120
120
default predicate isBarrierIn ( Node node ) { none ( ) }
You can’t perform that action at this time.
0 commit comments