forked from OSchip/llvm-project
8 lines
299 B
ReStructuredText
8 lines
299 B
ReStructuredText
.. 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.
|