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.");
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...
static ClangTidyModuleRegistry::Add< bugprone::BugproneModule > X("bugprone-module","Adds checks for bugprone code constructs.")