clang-tools
11.0.0
|
Public Member Functions | |
void | addCheckFactories (ClangTidyCheckFactories &CheckFactories) override |
Implement this function in order to register all CheckFactories belonging to this module. More... | |
ClangTidyOptions | getModuleOptions () override |
Gets default options for checks defined in this module. More... | |
![]() | |
virtual | ~ClangTidyModule () |
Definition at line 25 of file LLVMTidyModule.cpp.
|
inlineoverridevirtual |
Implement this function in order to register all CheckFactories
belonging to this module.
Implements clang::tidy::ClangTidyModule.
Definition at line 27 of file LLVMTidyModule.cpp.
References clang::tidy::ClangTidyCheckFactories::registerCheck().
|
inlineoverridevirtual |
Gets default options for checks defined in this module.
Reimplemented from clang::tidy::ClangTidyModule.
Definition at line 43 of file LLVMTidyModule.cpp.
References clang::tidy::ClangTidyOptions::CheckOptions.