clang-tools
5.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 | pointedUnqualifiedTypesAreEqual (QualType T1, QualType T2) |
|
static |
Definition at line 37 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().
|
static |
Definition at line 50 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().