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

Fütő Gergely via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 10 05:45:00 PST 2022


futogergely added a comment.
Herald added a project: All.

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

> 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.

Done


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

https://reviews.llvm.org/D91000



More information about the cfe-commits mailing list