clang-tools
9.0.0
|
This module is for Fuchsia-specific checks. More...
Public Member Functions | |
void | addCheckFactories (ClangTidyCheckFactories &CheckFactories) override |
Implement this function in order to register all CheckFactories belonging to this module. More... | |
![]() | |
virtual | ~ClangTidyModule () |
virtual ClangTidyOptions | getModuleOptions () |
Gets default options for checks defined in this module. More... | |
This module is for Fuchsia-specific checks.
Definition at line 29 of file FuchsiaTidyModule.cpp.
|
inlineoverridevirtual |
Implement this function in order to register all CheckFactories
belonging to this module.
Implements clang::tidy::ClangTidyModule.
Definition at line 31 of file FuchsiaTidyModule.cpp.
References clang::tidy::ClangTidyCheckFactories::registerCheck(), and clang::tidy::fuchsia::X().