clang-tools 22.0.0git
clang::tidy::openmp::OpenMPModule Class Reference

This module is for OpenMP-specific checks. More...

Inheritance diagram for clang::tidy::openmp::OpenMPModule:
[legend]

Public Member Functions

void addCheckFactories (ClangTidyCheckFactories &CheckFactories) override
 Implement this function in order to register all CheckFactories belonging to this module.
Public Member Functions inherited from clang::tidy::ClangTidyModule
virtual ~ClangTidyModule ()
virtual ClangTidyOptions getModuleOptions ()
 Gets default options for checks defined in this module.

Detailed Description

This module is for OpenMP-specific checks.

Definition at line 19 of file OpenMPTidyModule.cpp.

Member Function Documentation

◆ addCheckFactories()

void clang::tidy::openmp::OpenMPModule::addCheckFactories ( ClangTidyCheckFactories & CheckFactories)
inlineoverridevirtual

Implement this function in order to register all CheckFactories belonging to this module.

Implements clang::tidy::ClangTidyModule.

Definition at line 21 of file OpenMPTidyModule.cpp.

References clang::tidy::ClangTidyCheckFactories::registerCheck().


The documentation for this class was generated from the following file: