[clang-tools-extra] [clang-tidy] Remove hicpp module [1/4] (PR #194516)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Sun May 10 00:46:53 PDT 2026
================
@@ -203,22 +203,10 @@ New checks
New check aliases
^^^^^^^^^^^^^^^^^
-- New alias :doc:`cert-exp45-c <clang-tidy/checks/cert/exp45-c>`
+- Renamed :doc:`cert-exp45-c <clang-tidy/checks/cert/exp45-c>`
to :doc:`bugprone-assignment-in-selection-statement
<clang-tidy/checks/bugprone/assignment-in-selection-statement>`.
-- Renamed :doc:`hicpp-exception-baseclass
- <clang-tidy/checks/hicpp/exception-baseclass>`
- to :doc:`bugprone-std-exception-baseclass
- <clang-tidy/checks/bugprone/std-exception-baseclass>`.
- The `hicpp-exception-baseclass` name is kept as an alias.
-
-- Renamed :doc:`hicpp-ignored-remove-result
- <clang-tidy/checks/hicpp/ignored-remove-result>`
- to :doc:`bugprone-unused-return-value
- <clang-tidy/checks/bugprone/unused-return-value>`.
- The `hicpp-ignored-remove-result` name is kept as an alias.
-
----------------
zeyi2 wrote:
I add a table in the ReleaseNote, thanks!
https://github.com/llvm/llvm-project/pull/194516
More information about the cfe-commits
mailing list