[libcxx-commits] [PATCH] D144394: [libc++] Forward to std::{, w}memchr in std::find
Thurston Dang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 25 14:57:21 PDT 2023
thurston added a comment.
The libcxx tests might also need updating:
https://lab.llvm.org/buildbot/#/builders/74/builds/19459/steps/14/logs/stdio
*** /b/sanitizer-x86_64-linux-bootstrap-msan/build/llvm-project/libcxx/test/libcxx/transitive_includes/cxx26.csv
--- /b/sanitizer-x86_64-linux-bootstrap-msan/build/libcxx_build_msan/test/libcxx/Output/transitive_includes.sh.cpp.dir/t.tmp/transitive_includes.csv
***************
*** 3,8 ****
--- 3,9 ----
algorithmcstdint
algorithmcstring
algorithmctime
+ algorithmcwchar
algorithmexecution
algorithminitializer_list
algorithmiosfwd
***************
*** 127,138 ****
--- 128,141 ----
cstddefversion
ctgmathccomplex
ctgmathcmath
+ cwcharcstddef
cwcharcwctype
cwctypecctype
dequecompare
dequecstddef
dequecstdint
dequecstring
+ dequecwchar
dequeinitializer_list
dequelimits
dequenew
***************
*** 442,447 ****
--- 445,451 ----
randomversion
rangescompare
rangescstddef
+ rangescwchar
rangesinitializer_list
rangesiosfwd
rangesiterator
***************
*** 640,645 ****
--- 644,650 ----
vectorcstdint
vectorcstdlib
vectorcstring
+ vectorcwchar
vectorinitializer_list
vectoriosfwd
vectorlimits
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144394/new/
https://reviews.llvm.org/D144394
More information about the libcxx-commits
mailing list