[PATCH] D91789: [clang-tidy] find/fix unneeded trailing semicolons in macros
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 19 10:31:21 PST 2020
njames93 added inline comments.
================
Comment at: clang-tools-extra/clang-tidy/linuxkernel/LinuxKernelTidyModule.cpp:25
"linuxkernel-must-check-errs");
CheckFactories.registerCheck<SwitchSemiCheck>("linuxkernel-switch-semi");
}
----------------
This check hasn't landed, can you please make sure your patches are against a commit on trunk, otherwise it can't be applied.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91789/new/
https://reviews.llvm.org/D91789
More information about the cfe-commits
mailing list