clang-tools 18.0.0git
|
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< BoostModule > | X ("boost-module", "Add boost checks.") |
|
static |