clang-tools  3.8.0
Public Member Functions | List of all members
clang::tidy::google::GoogleModule Class Reference
Inheritance diagram for clang::tidy::google::GoogleModule:
[legend]
Collaboration diagram for clang::tidy::google::GoogleModule:
[legend]

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...
 
- Public Member Functions inherited from clang::tidy::ClangTidyModule
virtual ~ClangTidyModule ()
 

Detailed Description

Definition at line 35 of file GoogleTidyModule.cpp.

Member Function Documentation

void clang::tidy::google::GoogleModule::addCheckFactories ( ClangTidyCheckFactories CheckFactories)
inlineoverridevirtual

Implement this function in order to register all CheckFactories belonging to this module.

Implements clang::tidy::ClangTidyModule.

Definition at line 37 of file GoogleTidyModule.cpp.

References clang::tidy::ClangTidyCheckFactories::registerCheck().

ClangTidyOptions clang::tidy::google::GoogleModule::getModuleOptions ( )
inlineoverridevirtual

Gets default options for checks defined in this module.

Reimplemented from clang::tidy::ClangTidyModule.

Definition at line 73 of file GoogleTidyModule.cpp.

References clang::tidy::ClangTidyOptions::CheckOptions.


The documentation for this class was generated from the following file: