[clang-tools-extra] [clang-tidy] Rename hicpp-multiway-paths-covered to bugprone-unhandled-code-paths (PR #191625)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 13 06:30:46 PDT 2026
================
@@ -206,6 +206,11 @@ New check aliases
<clang-tidy/checks/bugprone/unused-return-value>`.
The `hicpp-ignored-remove-result` name is kept as an alias.
+- Renamed :doc:`hicpp-multiway-paths-covered <clang-tidy/checks/hicpp/multiway-paths-covered>`
+ to :doc:`bugprone-unhandled-code-paths
+ <clang-tidy/checks/bugprone/unhandled-code-paths>`. The `hicpp-multiway-paths-covered`
----------------
zeyi2 wrote:
```suggestion
<clang-tidy/checks/bugprone/unhandled-code-paths>`.
The `hicpp-multiway-paths-covered` name is kept as an alias.
```
https://github.com/llvm/llvm-project/pull/191625
More information about the cfe-commits
mailing list