[libcxx-commits] [PATCH] D151475: [libc++][Modules] Add missing includes and exports

Ian Anderson via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 25 11:20:02 PDT 2023


iana created this revision.
iana added reviewers: ldionne, Mordante, Bigcheese, philnik.
Herald added subscribers: ributzka, miyuki.
Herald added a project: All.
iana requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

When the `std` mega module is broken up (D144322 <https://reviews.llvm.org/D144322>), it exposes several missing includes and exports.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151475

Files:
  libcxx/include/__algorithm/copy.h
  libcxx/include/__algorithm/copy_backward.h
  libcxx/include/__algorithm/pstl_any_all_none_of.h
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_copy.h
  libcxx/include/__algorithm/pstl_fill.h
  libcxx/include/__algorithm/pstl_find.h
  libcxx/include/__algorithm/pstl_for_each.h
  libcxx/include/__algorithm/pstl_transform.h
  libcxx/include/__algorithm/sort.h
  libcxx/include/__functional/invoke.h
  libcxx/include/__locale_dir/locale_base_api/bsd_locale_fallbacks.h
  libcxx/include/__mdspan/extents.h
  libcxx/include/__random/discrete_distribution.h
  libcxx/include/__threading_support
  libcxx/include/experimental/simd
  libcxx/include/experimental/type_traits
  libcxx/include/future
  libcxx/include/map
  libcxx/include/module.modulemap.in
  libcxx/include/set
  libcxx/include/thread
  libcxx/include/tuple
  libcxx/include/unordered_set

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151475.525709.patch
Type: text/x-patch
Size: 33364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230525/605e1ffe/attachment-0001.bin>


More information about the libcxx-commits mailing list