clang-tools  3.8.0
Classes | Functions
clang::tidy::google::readability Namespace Reference

Classes

class  AvoidCStyleCastsCheck
 Finds usages of C-style casts. More...
 
class  GlobalNamesInHeadersCheck
 
class  TodoCommentCheck
 Finds TODO comments without a username or bug number. More...
 

Functions

static bool needsConstCast (QualType SourceType, QualType DestType)
 
static bool pointedTypesAreEqual (QualType SourceType, QualType DestType)
 

Function Documentation

static bool clang::tidy::google::readability::needsConstCast ( QualType  SourceType,
QualType  DestType 
)
static
static bool clang::tidy::google::readability::pointedTypesAreEqual ( QualType  SourceType,
QualType  DestType 
)
static