clang-tools
7.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 45 of file ModernizeTidyModule.cpp.
|
inlineoverridevirtual |
Implement this function in order to register all CheckFactories
belonging to this module.
Implements clang::tidy::ClangTidyModule.
Definition at line 47 of file ModernizeTidyModule.cpp.
References clang::tidy::ClangTidyCheckFactories::registerCheck().
|
inlineoverridevirtual |
Gets default options for checks defined in this module.
Reimplemented from clang::tidy::ClangTidyModule.
Definition at line 87 of file ModernizeTidyModule.cpp.