clang-tools
9.0.0
|
#include "../ClangTidyCheck.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::bugprone::UnhandledSelfAssignmentCheck |
Finds user-defined copy assignment operators which do not protect the code against self-assignment either by checking self-assignment explicitly or using the copy-and-swap or the copy-and-move method. More... | |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::tidy | |
clang::tidy::bugprone | |