[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>`
----------------
zeyi2 wrote:

Personally I would suggest split this to two lines:

```suggestion
- Renamed :doc:`hicpp-multiway-paths-covered
  <clang-tidy/checks/hicpp/multiway-paths-covered>`
```

It would be nice if we can maintain 80 chars limit, currently this line is 94 chars long :)

https://github.com/llvm/llvm-project/pull/191625


More information about the cfe-commits mailing list