28 void check(
const ast_matchers::MatchFinder::MatchResult &Result)
override;
31 llvm::SmallVector<ast_matchers::dynamic::DynTypedMatcher> Matchers;
32 using BindNameMapToDiagMessage =
33 llvm::StringMap<llvm::SmallVector<std::string>>;
35 llvm::DenseMap<DiagnosticIDs::Level, BindNameMapToDiagMessage>;
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context.