[PATCH] D32700: [clang-tidy] Add bugprone-suspicious-memset-usage check.
Reka Kovacs via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 00:14:59 PDT 2017
rnkovacs marked an inline comment as done.
rnkovacs added inline comments.
================
Comment at: docs/clang-tidy/checks/bugprone-suspicious-memset-usage.rst:10
+
+**Case 1: Fill value is a character '0'**
+
----------------
whisperity wrote:
> Shouldn't this `'0'` be enclosed within backticks?
Fixed that and the too short title underline.
https://reviews.llvm.org/D32700
More information about the cfe-commits
mailing list