26 void check(
const ast_matchers::MatchFinder::MatchResult &Result)
override;
28 return TK_IgnoreUnlessSpelledInSource;
32 const std::vector<StringRef> CheckedFunctions;
33 const std::vector<StringRef> CheckedReturnTypes;
37 std::vector<StringRef> CheckedFunctions);
39 std::vector<StringRef> CheckedFunctions,
40 std::vector<StringRef> CheckedReturnTypes,
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context.