9#include "../ClangTidy.h"
10#include "../ClangTidyModule.h"
11#include "../ClangTidyModuleRegistry.h"
23 "openmp-exception-escape");
25 "openmp-use-default-none");
30static ClangTidyModuleRegistry::Add<OpenMPModule>
31 X(
"openmp-module",
"Adds OpenMP-specific 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.
Analyzes OpenMP Structured Blocks and checks that no exception escapes out of the Structured Block it...
This module is for OpenMP-specific checks.
void addCheckFactories(ClangTidyCheckFactories &CheckFactories) override
Implement this function in order to register all CheckFactories belonging to this module.
Finds OpenMP directives that are allowed to contain a default clause, but either don't specify it or ...
volatile int OpenMPModuleAnchorSource