clang-tools 19.0.0git
Public Member Functions | List of all members
clang::tidy::linuxkernel::LinuxKernelModule Class Reference

This module is for checks specific to the Linux kernel. More...

Inheritance diagram for clang::tidy::linuxkernel::LinuxKernelModule:
Inheritance graph
[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 void addCheckFactories (ClangTidyCheckFactories &CheckFactories)=0
 Implement this function in order to register all CheckFactories belonging to this module.
 
virtual ClangTidyOptions getModuleOptions ()
 Gets default options for checks defined in this module.
 

Detailed Description

This module is for checks specific to the Linux kernel.

Definition at line 18 of file LinuxKernelTidyModule.cpp.

Member Function Documentation

◆ addCheckFactories()

void clang::tidy::linuxkernel::LinuxKernelModule::addCheckFactories ( ClangTidyCheckFactories CheckFactories)
inlineoverridevirtual

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

Implements clang::tidy::ClangTidyModule.

Definition at line 20 of file LinuxKernelTidyModule.cpp.

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


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