28static ClangTidyModuleRegistry::Add<BoostModule>
X(
"boost-module",
A collection of ClangTidyCheckFactory instances.
void registerCheck(llvm::StringRef CheckName)
Registers the CheckType with the name Name.
A clang-tidy module groups a number of ClangTidyChecks and gives them a prefixed name.
void addCheckFactories(ClangTidyCheckFactories &CheckFactories) override
Implement this function in order to register all CheckFactories belonging to this module.
Detects calls to standard library iterator algorithms that could be replaced with a boost ranges vers...
Finds calls to boost::lexical_cast<std::string> and / boost::lexical_cast<std::wstring> and replaces ...
static ClangTidyModuleRegistry::Add< BoostModule > X("boost-module", "Add boost checks.")
volatile int BoostModuleAnchorSource