[PATCH] D118782: clangd: Add a break for every case in the PopulateSwitch tweak

Christian Kandeler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 2 05:55:43 PST 2022


ckandeler created this revision.
ckandeler added a reviewer: sammccall.
Herald added subscribers: usaxena95, kadircet, arphaman.
ckandeler requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.

Fall-through is not the common case.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118782

Files:
  clang-tools-extra/clangd/refactor/tweaks/PopulateSwitch.cpp
  clang-tools-extra/clangd/unittests/tweaks/PopulateSwitchTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118782.405239.patch
Type: text/x-patch
Size: 3784 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220202/5821ffcf/attachment.bin>


More information about the cfe-commits mailing list