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

via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 4 02:55:11 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
----------------
heturing wrote:

Thanks for pointing it out. I have removed the `Options` section and added a short description and an example in the documentation.

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


More information about the cfe-commits mailing list