[PATCH] D83301: [clang-tidy] More strict on matching the standard memset function in memset-usage check.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 8 06:28:36 PDT 2020
hokein added a comment.
In D83301#2137140 <https://reviews.llvm.org/D83301#2137140>, @njames93 wrote:
> If you want to be super explicit. Why not add `parameterCountIs(3)`?
good idea.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83301/new/
https://reviews.llvm.org/D83301
More information about the cfe-commits
mailing list