clang-tools  8.0.0
Classes | Namespaces
IdentifierNamingCheck.h File Reference
#include "../ClangTidy.h"
Include dependency graph for IdentifierNamingCheck.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::IdentifierNamingCheck
 Checks for identifiers naming style mismatch. More...
 
struct  clang::tidy::readability::IdentifierNamingCheck::NamingStyle
 
struct  clang::tidy::readability::IdentifierNamingCheck::NamingCheckFailure
 Holds an identifier name check failure, tracking the kind of the identifer, its possible fixup and the starting locations of all the identifier usages. More...
 

Namespaces

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