[clang-tools-extra] [clang-tidy] Move part of bugprone-unhandled-code-paths to a new check readability-trivial-switch (PR #198237)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 10 01:02:47 PDT 2026
================
@@ -83,8 +83,10 @@ Potentially Breaking Changes
<clang-tidy/checks/cppcoreguidelines/pro-type-member-init>`
``hicpp-move-const-arg`` :doc:`performance-move-const-arg
<clang-tidy/checks/performance/move-const-arg>`
- ``hicpp-multiway-paths-covered`` :doc:`bugprone-unhandled-code-paths
- <clang-tidy/checks/bugprone/unhandled-code-paths>`
+ ``hicpp-multiway-paths-covered`` | :doc:`bugprone-unhandled-code-paths
----------------
vbvictor wrote:
Formatting seems off, and highligh is different in github
https://github.com/llvm/llvm-project/pull/198237
More information about the cfe-commits
mailing list