clang-tools 19.0.0git
Classes | Namespaces
SpecialMemberFunctionsCheck.h File Reference
#include "../ClangTidyCheck.h"
#include "llvm/ADT/DenseMapInfo.h"

Go to the source code of this file.

Classes

class  clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck
 Checks for classes where some, but not all, of the special member functions are defined. More...
 
struct  clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::SpecialMemberFunctionData
 
struct  llvm::DenseMapInfo< clang::tidy::cppcoreguidelines::SpecialMemberFunctionsCheck::ClassDefId >
 Specialization of DenseMapInfo to allow ClassDefId objects in DenseMaps FIXME: Move this to the corresponding cpp file as is done for clang-tidy/readability/IdentifierNamingCheck.cpp. More...
 

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::cppcoreguidelines
 
namespace  llvm
 Some operations such as code completion produce a set of candidates.