clang-tools 22.0.0git
ReplaceDisallowCopyAndAssignMacroCheck.h File Reference

Go to the source code of this file.

Classes

class  clang::tidy::modernize::ReplaceDisallowCopyAndAssignMacroCheck
 This check finds macro expansions of DISALLOW_COPY_AND_ASSIGN(Type) and replaces them with a deleted copy constructor and a deleted assignment operator. More...

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::tidy
namespace  clang::tidy::modernize