Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix -Wbitwise-instead-of-logical in 5 files starting w/ fbpcs/emp_gam…
…es/pcf2_attribution/AttributionRule_impl.h (#9310) Summary: X-link: facebook/hhvm#9310 X-link: facebookincubator/dynolog#89 Pull Request resolved: facebookresearch#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: 44d51851a630d42e8bf9f6a72949399264384e8e
- Loading branch information