[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:06:03 PDT 2026


================
@@ -200,6 +200,11 @@ New check aliases
   :doc:`performance-prefer-single-char-overloads
   <clang-tidy/checks/performance/prefer-single-char-overloads>`.
   The `performance-faster-string-find` name is kept as an alias.
+  
+- Renamed :doc:`hicpp-signed-bitwise <clang-tidy/checks/hicpp/signed-bitwise>`
----------------
zeyi2 wrote:

Would you please maintain alphabetical order of this section? (e.g. place this before `performance-faster-string-find`)

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


More information about the cfe-commits mailing list