[PATCH] D72488: [clang-tidy] Add check for CERT-OOP57-CPP
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 20 10:35:40 PST 2020
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/cert-oop57-cpp.rst:25
+ Default is an empty string.
+ The check will detect the following functions:
+ `std::memcpy`, `memcpy`, `std::memmove`, `memmove`, `std::strcpy`,
----------------
This should be in general documentation, not in option. Please enclose function names in double back-ticks.
Same for other similar statements below.
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