clang-tools  4.0.0
Classes | Namespaces
DeletedDefaultCheck.h File Reference
#include "../ClangTidy.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
 -rename
 
 clang::tidy
 
 clang::tidy::readability