llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Bhuminjay Soni (11happy)
Changes
**Overview:**
This pull request fixes #77601 where using the `bitand` operator with
boolean operands should not trigger the warning, as it would indicate an
intentional use of bitwise AND rather than a typ
https://github.com/11happy created
https://github.com/llvm/llvm-project/pull/81976
**Overview:**
This pull request fixes #77601 where using the `bitand` operator with boolean
operands should not trigger the warning, as it would indicate an intentional
use of bitwise AND rather than a typo or e