32 void check(
const ast_matchers::MatchFinder::MatchResult &Result)
override;
43 void checkArguments(ArrayRef<const Type *> BufferTypes,
44 ArrayRef<const Expr *> BufferExprs,
45 ArrayRef<StringRef> MPIDatatypes,
const LangOptions &LO);
47 std::optional<ento::mpi::MPIFunctionClassifier> FuncClassifier;
Every ClangTidyCheck reports errors through a DiagnosticsEngine provided by this context.