You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix -Wbitwise-instead-of-logical in 5 files starting w/ fbpcs/emp_games/pcf2_attribution/AttributionRule_impl.h (#9310)
Summary:
Pull Request resolved: #9310
X-link: facebookincubator/dynolog#89
X-link: facebookresearch/fbpcf#462
X-link: facebookresearch/fbpcs#2016
With LLVM-15, `&&` and `||` are required for boolean operands, rather than `&` and `|` which can be confused for bitwise operations. Fixing such ambiguity helps makes our code more readable.
- If you approve of this diff, please use the "Accept & Ship" button :-)
Differential Revision: D42347735
fbshipit-source-id: 3ec9c8af880cfce6490787662a4c3bc28f990bc7
0 commit comments