[PATCH] D136522: [libcxx] patch for implementing ranges::find_last

Shivam Rajput via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 10:40:14 PST 2023


phyBrackets updated this revision to Diff 503845.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136522

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/Status/Cxx2bPapers.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/ranges_find_last.h
  libcxx/include/__algorithm/ranges_find_last_if.h
  libcxx/include/__algorithm/ranges_find_last_if_not.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap.in
  libcxx/include/version
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_last.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_last_if.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_last_if_not.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/algorithm.version.compile.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py
  llvm/utils/gn/secondary/libcxx/include/BUILD.gn

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136522.503845.patch
Type: text/x-patch
Size: 49312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230309/e838f61c/attachment.bin>


More information about the llvm-commits mailing list