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