[PATCH] D35051: [clang-tidy] Add misc-undefined-memory-manipulation check.

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 11 07:52:43 PDT 2017


alexfh added a comment.

Another thing is that at this point I'd already create a `bugprone` module (if nobody has a better name) and place the check there (together with the other memset-related check).


https://reviews.llvm.org/D35051





More information about the cfe-commits mailing list