[clang-tools-extra] [clang-tidy] Move part of bugprone-unhandled-code-paths to a new check readability-trivial-switch (PR #198237)
Zeyi Xu via cfe-commits
cfe-commits at lists.llvm.org
Mon May 18 05:51:16 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
----------------
zeyi2 wrote:
Oops, I forgot that. No need to add them in ReleaseNotes then :)
https://github.com/llvm/llvm-project/pull/198237
More information about the cfe-commits
mailing list