[libcxx-commits] [PATCH] D143161: [libc++][PSTL] Implement std::{any, all, none}_of
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 29 20:42:03 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8af259e8d90b: [libc++][PSTL] Implement std::{any, all, none}_of (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143161/new/
https://reviews.llvm.org/D143161
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/all_of.h
libcxx/include/__algorithm/pstl_any_all_none_of.h
libcxx/include/__pstl/internal/algorithm_fwd.h
libcxx/include/__pstl/internal/algorithm_impl.h
libcxx/include/__pstl/internal/glue_algorithm_defs.h
libcxx/include/__pstl/internal/glue_algorithm_impl.h
libcxx/include/__pstl/internal/parallel_backend_serial.h
libcxx/include/__pstl/internal/parallel_impl.h
libcxx/include/__pstl/internal/unseq_backend_simd.h
libcxx/include/__pstl/internal/utils.h
libcxx/include/__type_traits/is_execution_policy.h
libcxx/include/__utility/terminate_on_exception.h
libcxx/include/algorithm
libcxx/include/execution
libcxx/include/module.modulemap.in
libcxx/test/libcxx/clang_tidy.sh.cpp
libcxx/test/libcxx/diagnostics/pstl.nodiscard_extensions.compile.pass.cpp
libcxx/test/libcxx/diagnostics/pstl.nodiscard_extensions.verify.cpp
libcxx/test/libcxx/nasty_macros.compile.pass.cpp
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/transitive_includes.sh.cpp
libcxx/test/libcxx/transitive_includes/cxx03.csv
libcxx/test/libcxx/transitive_includes/cxx11.csv
libcxx/test/libcxx/transitive_includes/cxx14.csv
libcxx/test/libcxx/transitive_includes/cxx17.csv
libcxx/test/libcxx/transitive_includes/cxx20.csv
libcxx/test/libcxx/transitive_includes/cxx2b.csv
libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.all_of.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/pstl.any_of.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/pstl.none_of.pass.cpp
libcxx/test/support/test_execution_policies.h
libcxx/utils/generate_header_tests.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143161.518268.patch
Type: text/x-patch
Size: 46392 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230430/f967d3f4/attachment-0001.bin>
More information about the libcxx-commits
mailing list