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