[PATCH] D91789: [clang-tidy] find/fix unneeded trailing semicolons in macros

Tom Rix via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 29 08:40:25 PST 2020


trixirt updated this revision to Diff 308214.
trixirt edited the summary of this revision.
trixirt added a comment.

Refactor to combine switch and trailing macro into one fixer


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91789

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91789.308214.patch
Type: text/x-patch
Size: 12187 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201129/9f21c25f/attachment.bin>


More information about the cfe-commits mailing list