• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. title:: clang-tidy - bugprone-undefined-memory-manipulation
2
3bugprone-undefined-memory-manipulation
4======================================
5
6Finds calls of memory manipulation functions ``memset()``, ``memcpy()`` and
7``memmove()`` on not TriviallyCopyable objects resulting in undefined behavior.
8