[clang-tools-extra] [clang-tidy] Rename hicpp-signed-bitwise to bugprone-signed-bitwise (PR #190449)

Zeyi Xu via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 4 02:10:04 PDT 2026


================
@@ -0,0 +1,15 @@
+.. title:: clang-tidy - bugprone-signed-bitwise
+
+bugprone-signed-bitwise
+=======================
+
+Finds uses of bitwise operations on signed integer types, which may lead to
+undefined or implementation defined behavior.
+
+Options
----------------
zeyi2 wrote:

While we are at it, it would also be nice if we can add a short description of why bitwise operations on signed integer types is bad (e.g. add short examples).

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


More information about the cfe-commits mailing list