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