[llvm-branch-commits] [clang-tools-extra] [clang-tidy] Add note about the removal of `hicpp` module (PR #194377)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 27 06:58:24 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-tools-extra
Author: Zeyi Xu (zeyi2)
<details>
<summary>Changes</summary>
>From the discussion [here](https://github.com/llvm/llvm-project/issues/183462#issuecomment-4305159993), we would remove the `hicpp` module in 23 release due to license issues. So we need to add a notice in release 22 branch to alert the users in advance.
---
Full diff: https://github.com/llvm/llvm-project/pull/194377.diff
1 Files Affected:
- (modified) clang-tools-extra/docs/ReleaseNotes.rst (+4)
``````````diff
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 6ae97fa67737b..38cae50fcbe33 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -49,6 +49,10 @@ Major New Features
Potentially Breaking Changes
----------------------------
+- Deprecated the :program:`clang-tidy` ``hicpp`` module. All checks have been
+ moved to other module instead. The ``hicpp`` module will be removed
+ in the 23th release.
+
- Deprecated the :program:`clang-tidy` ``zircon`` module. All checks have been
moved to the ``fuchsia`` module instead. The ``zircon`` module will be removed
in the 24th release.
``````````
</details>
https://github.com/llvm/llvm-project/pull/194377
More information about the llvm-branch-commits
mailing list