clang-tools
15.0.0git
|
A module containing checks of the C++ Core Guidelines. More...
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 () |
A module containing checks of the C++ Core Guidelines.
Definition at line 45 of file CppCoreGuidelinesTidyModule.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 CppCoreGuidelinesTidyModule.cpp.
References clang::tidy::ClangTidyCheckFactories::registerCheck().
|
inlineoverridevirtual |
Gets default options for checks defined in this module.
Reimplemented from clang::tidy::ClangTidyModule.
Definition at line 102 of file CppCoreGuidelinesTidyModule.cpp.