[all-commits] [llvm/llvm-project] 5ac0c1: [libc++][PSTL] Add missing includes to PSTL headers
Ian Anderson via All-commits
all-commits at lists.llvm.org
Wed May 10 15:45:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ac0c1af8215ae5b084235c34be60a50dbe4e92e
https://github.com/llvm/llvm-project/commit/5ac0c1af8215ae5b084235c34be60a50dbe4e92e
Author: Ian Anderson <iana at apple.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M libcxx/include/__algorithm/pstl_any_all_none_of.h
M libcxx/include/__algorithm/pstl_fill.h
M libcxx/include/__algorithm/pstl_find.h
M libcxx/include/__algorithm/pstl_for_each.h
M libcxx/include/__pstl/internal/execution_impl.h
M libcxx/include/__pstl/internal/parallel_backend_serial.h
M libcxx/include/__pstl/internal/parallel_impl.h
M libcxx/include/__pstl/internal/unseq_backend_simd.h
Log Message:
-----------
[libc++][PSTL] Add missing includes to PSTL headers
Several PSTL headers included by <algorithm> are missing includes for things they use.
Switch some quoted includes to angle includes.
(Issues found from running `check-cxx` with https://reviews.llvm.org/D144322)
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D150085
More information about the All-commits
mailing list