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

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 10 07:15:26 PST 2020


Eugene.Zelenko added a comment.

Please describe options in documentation. See other checks documentation as example.



================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:112
+  
+  This check flags use of the c standard library functions ``memset``, ``memcpy``,
+  ``memmove``, ``strcpy``, ``memcmp`` and ``strcmp`` on non trivial types.
----------------
Please remove This check. Same in documentation.


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