[clang-tools-extra] [clang-tidy] Add performance-bool-bitwise-operation check (PR #142324)

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 2 12:52:33 PDT 2025


carlosgalvezp wrote:

Personally I don't think this is a `performance` check. Boolean operators are for bools; bitwise operators are for ints. I would put this in `readability` or `misc` instead.

https://github.com/llvm/llvm-project/pull/142324


More information about the cfe-commits mailing list