clang-tools 20.0.0git
|
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. | |
Definition at line 35 of file AbseilTidyModule.cpp.
|
inlineoverridevirtual |
Implement this function in order to register all CheckFactories
belonging to this module.
Implements clang::tidy::ClangTidyModule.
Definition at line 37 of file AbseilTidyModule.cpp.
References clang::tidy::ClangTidyCheckFactories::registerCheck().