Extra Clang Tools 5 documentation

clang-tidy - bugprone-undefined-memory-manipulation

«  bugprone-suspicious-memset-usage   ::   Contents   ::   cert-dcl03-c  »

bugprone-undefined-memory-manipulation

Finds calls of memory manipulation functions memset(), memcpy() and memmove() on not TriviallyCopyable objects resulting in undefined behavior.

«  bugprone-suspicious-memset-usage   ::   Contents   ::   cert-dcl03-c  »