[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang-tools-extra / docs / clang-tidy / checks / readability / redundant-string-cstr.rst
blobe6760a41ca33ce709f7aa6ea99240609c565d2d7
1 .. title:: clang-tidy - readability-redundant-string-cstr
3 readability-redundant-string-cstr
4 =================================
7 Finds unnecessary calls to ``std::string::c_str()`` and ``std::string::data()``.