clang-tools
3.8.0
|
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) |
|
static |
Definition at line 36 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().
|
static |
Definition at line 48 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().