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

Tom Rix via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 11:11:34 PDT 2020


trixirt updated this revision to Diff 301059.
trixirt added a comment.

fix precheckin lint issues with auto vs const auto


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90180

Files:
  clang-tools-extra/clang-tidy/linuxkernel/CMakeLists.txt
  clang-tools-extra/clang-tidy/linuxkernel/LinuxKernelTidyModule.cpp
  clang-tools-extra/clang-tidy/linuxkernel/SwitchSemiCheck.cpp
  clang-tools-extra/clang-tidy/linuxkernel/SwitchSemiCheck.h
  clang-tools-extra/test/clang-tidy/checkers/linuxkernel-switch-semi.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90180.301059.patch
Type: text/x-patch
Size: 6092 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201027/ef76e4ed/attachment.bin>


More information about the cfe-commits mailing list