[PATCH] D43847: [clang-tidy] Add check: replace string::find(...) == 0 with absl::StartsWith
Niko Weh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 6 13:06:13 PST 2018
niko added inline comments.
================
Comment at: clang-tidy/abseil/AbseilTidyModule.cpp:15
+
+#include <cassert>
+
----------------
hokein wrote:
> What is this header used for?
Sorry, ended up in the wrong file, moved to StringFindStartswithCheck.cpp.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D43847
More information about the cfe-commits
mailing list