[PATCH] D91000: [clang-tidy] Add cert-msc24-msc33-c checker.
Balázs Kéri via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 11 03:43:36 PST 2022
balazske added a comment.
Now it would be better to have a checker called `UnsafeFunctionsCheck` (probably in bugprone) and add the cert checkers "msc24-c" and "msc33-c" as aliases. This makes the check extendable if more (CERT rule related or not) cases for unsafe functions are added.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91000/new/
https://reviews.llvm.org/D91000
More information about the cfe-commits
mailing list