[PATCH] D43847: [clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWith
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 1 06:26:19 PST 2018
Eugene.Zelenko added a comment.
By the word, may be similar check for std::string::rfind() and std::string::ends_with() (does abseil have analog) should be added too?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D43847
More information about the cfe-commits
mailing list