[clang-tools-extra] [clang-tidy] Add misc-bool-bitwise-operation check (PR #142324)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 21 19:20:44 PDT 2025
================
@@ -136,6 +136,13 @@ New checks
Finds unintended character output from ``unsigned char`` and ``signed char``
to an ``ostream``.
+- New :doc:`misc-bool-bitwise-operation
----------------
EugeneZelenko wrote:
Please keep alphabetical order (by check name) in this section.
https://github.com/llvm/llvm-project/pull/142324
More information about the cfe-commits
mailing list