clang-tools 22.0.0git
clang::tidy::boost Namespace Reference

Classes

class  BoostModule
class  UseRangesCheck
 Detects calls to standard library iterator algorithms that could be replaced with a boost ranges version instead. More...
class  UseToStringCheck
 Finds calls to boost::lexical_cast<std::string> and / boost::lexical_cast<std::wstring> and replaces them with / std::to_string and std::to_wstring calls. More...

Functions

static ClangTidyModuleRegistry::Add< BoostModuleX ("boost-module", "Add boost checks.")

Function Documentation

◆ X()

ClangTidyModuleRegistry::Add< BoostModule > clang::tidy::boost::X ( "boost-module" ,
"Add boost checks."  )
static