[all-commits] [llvm/llvm-project] 2efba0: [clang-tidy] performance-faster-string-find string...
Nathan James via All-commits
all-commits at lists.llvm.org
Tue Jun 30 08:46:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2efba0e8122aeca29f878c0e3056a4552d20c720
https://github.com/llvm/llvm-project/commit/2efba0e8122aeca29f878c0e3056a4552d20c720
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M clang-tools-extra/clang-tidy/performance/FasterStringFindCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/performance-faster-string-find.rst
M clang-tools-extra/test/clang-tidy/checkers/performance-faster-string-find.cpp
Log Message:
-----------
[clang-tidy] performance-faster-string-find string-view
Extend the default string like classes to include `std::basic_string_view`.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D82720
More information about the All-commits
mailing list