clang-tools 19.0.0git
Classes | Functions
clang::tidy::boost Namespace Reference

Classes

class  BoostModule
 
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()

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