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