[all-commits] [llvm/llvm-project] 91121e: [libc++][PSTL] Reduce the amount of transitive inc...
philnik777 via All-commits
all-commits at lists.llvm.org
Wed May 3 14:30:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91121ea6dc123733100d54622c9e89b1f6e89126
https://github.com/llvm/llvm-project/commit/91121ea6dc123733100d54622c9e89b1f6e89126
Author: Nikolas Klauser <n_klauser at apple.com>
Date: 2023-05-03 (Wed, 03 May 2023)
Changed paths:
M libcxx/include/__algorithm/pstl_any_all_none_of.h
M libcxx/include/__algorithm/pstl_find.h
M libcxx/include/__iterator/iterator_traits.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__pstl/internal/execution_defs.h
M libcxx/include/__pstl/internal/execution_impl.h
M libcxx/include/__pstl/internal/parallel_backend_utils.h
M libcxx/include/__pstl/internal/parallel_impl.h
M libcxx/include/__pstl/internal/unseq_backend_simd.h
M libcxx/include/__pstl/internal/utils.h
M libcxx/include/__utility/terminate_on_exception.h
M libcxx/include/any
M libcxx/include/valarray
M libcxx/test/libcxx/transitive_includes/cxx2b.csv
M libcxx/test/support/test_execution_policies.h
Log Message:
-----------
[libc++][PSTL] Reduce the amount of transitive includes
Reviewed By: ldionne, #libc
Spies: libcxx-commits, miyuki
Differential Revision: https://reviews.llvm.org/D149599
More information about the All-commits
mailing list