llvm-project/clang-tools-extra/docs/clang-tidy
Malcolm Parsons 8b70e2631c [clang-tidy] Handle data() in readability-redundant-string-cstr
Summary:
std::string::data() and std::string::c_str() are equivalent.
Enhance the readability-redundant-string-cstr check to also handle
calls to data().

Reviewers: etienneb, alexfh, aaron.ballman

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D26279

llvm-svn: 285901
2016-11-03 12:56:48 +00:00
..
checks [clang-tidy] Handle data() in readability-redundant-string-cstr 2016-11-03 12:56:48 +00:00
tools [clang-tidy] Python scripts shebang fixes 2016-01-19 16:10:39 +00:00
index.rst [clang-tidy] Add doc for `explain-config` option. 2016-09-22 14:36:43 +00:00