[llvm-branch-commits] [clang-tools-extra] [clang-tidy] Add note about the removal of `hicpp` module (PR #194377)

Zeyi Xu via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Apr 27 07:22:42 PDT 2026


https://github.com/zeyi2 updated https://github.com/llvm/llvm-project/pull/194377

>From b181a5099cf3545c2b6ad35ee5f5c2a24344f017 Mon Sep 17 00:00:00 2001
From: mtx <mitchell.xu2 at gmail.com>
Date: Mon, 27 Apr 2026 21:35:11 +0800
Subject: [PATCH 1/2] [clang-tidy] Add note about removal of `hicpp` modules

---
 clang-tools-extra/docs/ReleaseNotes.rst | 4 ++++
 1 file changed, 4 insertions(+)

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.

>From 6917ed1f0c7602f92b5aaaf7f65e8a85b1cfcf1b Mon Sep 17 00:00:00 2001
From: Zeyi Xu <mitchell.xu2 at gmail.com>
Date: Mon, 27 Apr 2026 22:22:32 +0800
Subject: [PATCH 2/2] Update clang-tools-extra/docs/ReleaseNotes.rst

Co-authored-by: Aaron Ballman <aaron at aaronballman.com>
---
 clang-tools-extra/docs/ReleaseNotes.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 38cae50fcbe33..816e0e321081e 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -50,8 +50,8 @@ 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.
+  moved to other modules instead. The ``hicpp`` module will be removed
+  for the 23.x release.
 
 - Deprecated the :program:`clang-tidy` ``zircon`` module. All checks have been
   moved to the ``fuchsia`` module instead. The ``zircon`` module will be removed



More information about the llvm-branch-commits mailing list