[all-commits] [llvm/llvm-project] 1fd08e: [libc++] Forward to std::{, w}memchr in std::find
philnik777 via All-commits
all-commits at lists.llvm.org
Thu May 25 08:00:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fd08edd5808fdb642ecd2e612ae82d370a90163
https://github.com/llvm/llvm-project/commit/1fd08edd5808fdb642ecd2e612ae82d370a90163
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M libcxx/benchmarks/CMakeLists.txt
A libcxx/benchmarks/algorithms/find.bench.cpp
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/ranges_find.h
M libcxx/include/__string/char_traits.h
M libcxx/include/__string/constexpr_c_functions.h
M libcxx/include/cwchar
M libcxx/test/libcxx/strings/c.strings/constexpr.cstring.compile.pass.cpp
M libcxx/test/libcxx/transitive_includes/cxx03.csv
M libcxx/test/libcxx/transitive_includes/cxx11.csv
M libcxx/test/libcxx/transitive_includes/cxx14.csv
M libcxx/test/libcxx/transitive_includes/cxx17.csv
M libcxx/test/libcxx/transitive_includes/cxx20.csv
M libcxx/test/libcxx/transitive_includes/cxx23.csv
M libcxx/test/std/algorithms/alg.nonmodifying/alg.find/find.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find.pass.cpp
M libcxx/test/support/type_algorithms.h
Log Message:
-----------
[libc++] Forward to std::{,w}memchr in std::find
Reviewed By: #libc, ldionne
Spies: Mordante, libcxx-commits, ldionne, mikhail.ramalho
Differential Revision: https://reviews.llvm.org/D144394
More information about the All-commits
mailing list