[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 11:09:12 PST 2020
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/cert-oop57-cpp.rst:16
+ Default is an empty string.
+ The check will detect the following memory setting function:
+ ``memset``
----------------
This repeats first sentence in documentation, so it should be removed. Same in other places.
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