[PATCH] D59963: [clang-tidy] Add a module for the Linux kernel.
Tom Roeder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 25 15:26:23 PDT 2019
tmroeder marked 2 inline comments as done.
tmroeder added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:75
+
+ Checks Linux Kernel code to see if it uses the results from the functions in
+ linux/err.h. Also checks to see if code uses the results from functions that
----------------
Eugene.Zelenko wrote:
> Please highlight linux/err.h with double back-ticks. I think will be good idea to synchronize documentation text.
Thanks, I've synchronized the documentation now between this file and the header.
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