[PATCH] D93182: [clang-tidy] Add linux kernel log functions checker
Tom Rix via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 16 13:01:07 PST 2020
trixirt added a comment.
Yes, this change has problems, I will resubmit.
There are many log function checks in checkpatch, and i need to write another one to find the unattibuted decls.
I don't think adding linux specific warnings is -Wformat is needed, that doesn't scale with all the other projects wanting special attention
There may be a lot of checks and fixits added to linuxkernel/ . checkpatch only checks for new problems.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93182/new/
https://reviews.llvm.org/D93182
More information about the cfe-commits
mailing list