|
clang-tools 22.0.0git
|
A clang-tidy module groups a number of ClangTidyChecks and gives them a prefixed name.
More...
#include <ClangTidyModule.h>
Public Member Functions | |
| virtual | ~ClangTidyModule ()=default |
| 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. | |
A clang-tidy module groups a number of ClangTidyChecks and gives them a prefixed name.
Definition at line 87 of file ClangTidyModule.h.
|
virtualdefault |
|
pure virtual |
Implement this function in order to register all CheckFactories belonging to this module.
|
virtual |
Gets default options for checks defined in this module.
Definition at line 47 of file ClangTidyModule.cpp.