[PATCH] D59963: [clang-tidy] Add a module for the Linux kernel.
Tom Roeder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 29 10:40:19 PDT 2019
tmroeder marked 2 inline comments as done.
tmroeder added a comment.
In D59963#1447985 <https://reviews.llvm.org/D59963#1447985>, @alexfh wrote:
> Looks reasonable in general, but we usually add modules with at least one check. Let's do the same here.
OK, will do.
================
Comment at: clang-tools-extra/clang-tidy/linux/LinuxTidyModule.cpp:13
+
+using namespace clang::ast_matchers;
+
----------------
lebedev.ri wrote:
> You don't need this here.
Thanks. I've removed it now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59963/new/
https://reviews.llvm.org/D59963
More information about the cfe-commits
mailing list