30 void check(
const ast_matchers::MatchFinder::MatchResult &Result)
override;
33 ast_matchers::internal::BindableMatcher<clang::Stmt> charCastExpression(
35 const ast_matchers::internal::Matcher<clang::QualType> &IntegerType,
36 const std::string &CastBindName)
const;
38 const StringRef CharTypdefsToIgnoreList;
39 const bool DiagnoseSignedUnsignedCharComparisons;
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context.