clang-tools  11.0.0
Classes | Namespaces
DeletedDefaultCheck.h File Reference
#include "../ClangTidyCheck.h"
Include dependency graph for DeletedDefaultCheck.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::tidy::readability::DeletedDefaultCheck
 Checks when a constructor or an assignment operator is marked as '= default' but is actually deleted by the compiler. More...
 

Namespaces

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