[clang-tools-extra] [clang-tidy] Add performance-bool-bitwise-operation check (PR #142324)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 2 08:27:38 PDT 2025
================
@@ -0,0 +1,40 @@
+.. title:: clang-tidy - performance-bool-bitwise-operation
+
+performance-bool-bitwise-operation
+==================================
+
+Finds potentially inefficient use of bitwise operators such as ``&``,
----------------
EugeneZelenko wrote:
Please synchronize first statement with Release Notes.
https://github.com/llvm/llvm-project/pull/142324
More information about the cfe-commits
mailing list