@@ -595,19 +595,23 @@ private module Cached {
595595 // signature predicate guardChecksSig(Guards::Guard g, Expr e, Guards::GuardValue gv, P param);
596596 signature predicate guardChecksSig ( Guards:: Guard g , Expr e , boolean branch , P param ) ;
597597 }
598+
598599 cached // nothing is actually cached
599600 module ParameterizedBarrierGuard< ParamSig P, WithParam< P > :: guardChecksSig / 4 guardChecks> {
600601 // private predicate guardChecksAdjTypes(Guards::Guards_v3::Guard g, Expr e, Guards::GuardValue gv, P param) {
601602 // guardChecks(g, e, gv, param)
602603 // }
603- private predicate guardChecksAdjTypes ( Guards:: Guards_v3:: Guard g , Expr e , boolean branch , P param ) {
604+ private predicate guardChecksAdjTypes (
605+ Guards:: Guards_v3:: Guard g , Expr e , boolean branch , P param
606+ ) {
604607 guardChecks ( g , e , branch , param )
605608 }
606609
607610 private predicate guardChecksWithWrappers (
608611 DataFlowIntegrationInput:: Guard g , Definition def , Guards:: GuardValue val , P param
609612 ) {
610- Guards:: Guards_v3:: ValidationWrapperWithState< P , guardChecksAdjTypes / 4 > :: guardChecksDef ( g , def , val , param )
613+ Guards:: Guards_v3:: ValidationWrapperWithState< P , guardChecksAdjTypes / 4 > :: guardChecksDef ( g ,
614+ def , val , param )
611615 }
612616
613617 private Node getABarrierNodeImpl ( P param ) {
0 commit comments