[PATCH] D83301: [clang-tidy] More strict on matching the standard memset function in memset-usage check.
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 7 12:46:06 PDT 2020
njames93 added a comment.
If you want to be super explicit. Why not add `parameterCountIs(3)`?
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