clang-tools
9.0.0
|
#include "../ClangTidyCheck.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::bugprone::UndefinedMemoryManipulationCheck |
Finds calls of memory manipulation functions memset() , memcpy() and memmove() on not TriviallyCopyable objects resulting in undefined behavior. More... | |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::bugprone | |