Commit fbdff6f3ae0b in the Abseil tree adds an overload for
absl::StrContains to accept a single character needle for optimized
lookups.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D92810
[clang-tidy] Recognize single character needles for absl::StrContains. ClosedPublic Authored by ckennelly on Dec 7 2020, 8:31 PM.
Details Summary Commit fbdff6f3ae0b in the Abseil tree adds an overload for
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 8 2020, 12:05 AM This revision was landed with ongoing or failed builds.Dec 8 2020, 7:01 AM Closed by commit rG16622d535c02: [clang-tidy] Recognize single character needles for absl::StrContains. (authored by ckennelly). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 310183 clang-tools-extra/clang-tidy/abseil/StringFindStrContainsCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/abseil-string-find-str-contains.cpp
|