Previously we were matching constructor calls for std::string and
llvm::StringRef and this change extends this set with including
std::string_view as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM! Perhaps give the other reviewers a couple days to take a look in case I've missed anything.
clang-tools-extra/test/clang-tidy/checkers/readability/redundant-string-cstr.cpp | ||
---|---|---|
56 | Can you add typedefs and tests for wstring_view and others |
Can you add typedefs and tests for wstring_view and others