Go to the documentation of this file.
9 #include "../ClangTidy.h"
10 #include "../ClangTidyModule.h"
11 #include "../ClangTidyModuleRegistry.h"
27 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.
A collection of ClangTidyCheckFactory instances.
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...
A clang-tidy module groups a number of ClangTidyChecks and gives them a prefixed name.
void registerCheck(llvm::StringRef CheckName)
Registers the CheckType with the name Name.