9#include "../ClangTidy.h"
10#include "../ClangTidyModule.h"
11#include "../ClangTidyModuleRegistry.h"
29static ClangTidyModuleRegistry::Add<mpi::MPIModule>
30 X(
"mpi-module",
"Adds MPI clang-tidy checks.");
A collection of ClangTidyCheckFactory instances.
void registerCheck(llvm::StringRef CheckName)
Registers the CheckType with the name Name.
A clang-tidy module groups a number of ClangTidyChecks and gives them a prefixed name.
This check verifies if a buffer passed to an MPI (Message Passing Interface) function is sufficiently...
void addCheckFactories(ClangTidyCheckFactories &CheckFactories) override
Implement this function in order to register all CheckFactories belonging to this module.
This check verifies if buffer type and MPI (Message Passing Interface) datatype pairs match.
volatile int MPIModuleAnchorSource