10 #include "../ClangTidy.h" 11 #include "../ClangTidyModule.h" 12 #include "../ClangTidyModuleRegistry.h" 28 static ClangTidyModuleRegistry::Add<BoostModule>
X(
"boost-module",
void addCheckFactories(ClangTidyCheckFactories &CheckFactories) override
Implement this function in order to register all CheckFactories belonging to this module...
void registerCheck(StringRef CheckName)
Registers the CheckType with the name Name.
A collection of ClangTidyCheckFactory instances.
A clang-tidy module groups a number of ClangTidyChecks and gives them a prefixed name.
static ClangTidyModuleRegistry::Add< BoostModule > X("boost-module", "Add boost checks.")
volatile int BoostModuleAnchorSource
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
Finds calls to boost::lexical_cast<std::string> and boost::lexical_cast<std::wstring> and replaces th...