[PATCH] D91000: [clang-tidy] Add cert-msc24-c checker.

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 6 08:56:19 PST 2022


steakhal added a comment.

In D91000#3225369 <https://reviews.llvm.org/D91000#3225369>, @balazske wrote:

> The functions `asctime` and `asctime_r` are discouraged according to CERT MSC33-C rule. These could be added to this check as well. There is a clang SA checker `SecuritySyntaxChecker` that contains other obsolete functions (and the whole check looks like it can be done in clang-tidy).

+1


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91000/new/

https://reviews.llvm.org/D91000



More information about the cfe-commits mailing list