[PATCH] D90180: [clang-tidy] find/fix unneeded semicolon after switch

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 26 15:34:24 PDT 2020


nickdesaulniers added a comment.

In D90180#2354931 <https://reviews.llvm.org/D90180#2354931>, @njames93 wrote:

> Is this not already handled by `-Wextra-semi`. If it isn't I feel like it should be handled there rather than in clang-tidy

That was my initial thought too, but I think the value of this CL is in automating the Fix it, IIUC.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90180/new/

https://reviews.llvm.org/D90180



More information about the cfe-commits mailing list