clang-tools
4.0.0
|
Classes | |
class | AvoidCStyleCastsCheck |
Finds usages of C-style casts. More... | |
class | GlobalNamesInHeadersCheck |
Flag global namespace pollution in header files. More... | |
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) |
|
static |
Definition at line 37 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().
|
static |
Definition at line 49 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().