|
clang-tools 22.0.0git
|
This module is for Android specific checks. More...
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 ()=default |
| virtual ClangTidyOptions | getModuleOptions () |
| Gets default options for checks defined in this module. | |
This module is for Android specific checks.
Definition at line 34 of file AndroidTidyModule.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 AndroidTidyModule.cpp.
References clang::tidy::ClangTidyCheckFactories::registerCheck().