[PATCH] D72488: [clang-tidy] Add check for CERT-OOP57-CPP

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 14 18:00:51 PST 2020


njames93 marked 3 inline comments as done.
njames93 added inline comments.


================
Comment at: clang-tools-extra/docs/clang-tidy/checks/cert-oop57-cpp.rst:6
+
+  Flags use of the `C` standard library functions 'memset', 'memcpy' and
+  'memcmp' and similar derivatives on non-trivial types.
----------------
Eugene.Zelenko wrote:
> Please use double back-ticks to highlight function names.
Thats what i get for c&p


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72488





More information about the cfe-commits mailing list