[libcxx-commits] [PATCH] D151274: [libc++] Optimize for_each for segmented iterators

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 1 07:00:06 PDT 2023


philnik updated this revision to Diff 557520.
philnik marked 3 inline comments as done.
philnik added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151274/new/

https://reviews.llvm.org/D151274

Files:
  libcxx/benchmarks/CMakeLists.txt
  libcxx/benchmarks/algorithms/for_each.bench.cpp
  libcxx/docs/ReleaseNotes/18.rst
  libcxx/include/__algorithm/for_each.h
  libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/for_each.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp
  libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
  libcxx/utils/data/ignore_format.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151274.557520.patch
Type: text/x-patch
Size: 9638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20231001/4b2361bf/attachment.bin>


More information about the libcxx-commits mailing list