repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[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
blob
e6760a41ca33ce709f7aa6ea99240609c565d2d7
1
.. title:: clang-tidy - readability-redundant-string-cstr
2
3
readability-redundant-string-cstr
4
=================================
5
6
7
Finds unnecessary calls to ``std::string::c_str()`` and ``std::string::data()``.