[PATCH] D59963: Add a clang-tidy module for the Linux kernel.
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 28 15:05:39 PDT 2019
lebedev.ri added a comment.
Missing `docs/ReleaseNotes.rst` and `docs/clang-tidy/index.rst` changes.
================
Comment at: clang-tools-extra/clang-tidy/linux/LinuxTidyModule.cpp:13
+
+using namespace clang::ast_matchers;
+
----------------
You don't need this here.
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