clang-tools
3.9.0
|
#include "../ClangTidy.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::boost::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... | |
Namespaces | |
clang | |
-rename | |
clang::tidy | |
clang::tidy::boost | |