blob: 2735184507bbfed5ae030bfe8ecc9d6f25db27a1 [file] [log] [blame]
.. title:: clang-tidy - bugprone-undefined-memory-manipulation
bugprone-undefined-memory-manipulation
======================================
Finds calls of memory manipulation functions ``memset()``, ``memcpy()`` and
``memmove()`` on not TriviallyCopyable objects resulting in undefined behavior.