[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 21:09:53 PDT 2026


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

>From 692d49bdb7ad4df1b0bd02e4a5679bfa31587a1e Mon Sep 17 00:00:00 2001
From: mtx <mitchell.xu2 at gmail.com>
Date: Tue, 28 Apr 2026 12:08:38 +0800
Subject: [PATCH] [clang-tidy] Add note about removal of `hicpp` module

Co-authored-by: Aaron Ballman <aaron at aaronballman.com>
---
 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..816e0e321081e 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 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
   in the 24th release.



More information about the llvm-branch-commits mailing list