[llvm-branch-commits] [clang-tools-extra] [clang-tidy] Add note about the removal of `hicpp` module (PR #194377)
Aaron Ballman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Apr 27 07:08:47 PDT 2026
================
@@ -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.
----------------
AaronBallman wrote:
```suggestion
- 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.
```
https://github.com/llvm/llvm-project/pull/194377
More information about the llvm-branch-commits
mailing list