[libcxx-commits] [PATCH] D153210: Revert "[libc++][Modules] Add missing includes and exports"
Ian Anderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 17 18:54:32 PDT 2023
iana created this revision.
iana added reviewers: ldionne, Mordante, philnik, Bigcheese.
Herald added a subscriber: ributzka.
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++.
It doesn't help modules to add extra includes for things that are already transitively included. What's needed is additional module exports.
This reverts commit 79702f7f593dece7afb67fec03df884d50525b96 <https://reviews.llvm.org/rG79702f7f593dece7afb67fec03df884d50525b96>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153210
Files:
libcxx/include/__algorithm/ranges_minmax.h
libcxx/include/__algorithm/ranges_partition_copy.h
libcxx/include/__format/format_arg.h
libcxx/include/__functional/bind.h
libcxx/include/__functional/bind_back.h
libcxx/include/__functional/bind_front.h
libcxx/include/__functional/boyer_moore_searcher.h
libcxx/include/__functional/compose.h
libcxx/include/__functional/function.h
libcxx/include/__functional/not_fn.h
libcxx/include/__hash_table
libcxx/include/__locale
libcxx/include/__ranges/copyable_box.h
libcxx/include/__ranges/filter_view.h
libcxx/include/__ranges/join_view.h
libcxx/include/__ranges/range_adaptor.h
libcxx/include/__ranges/transform_view.h
libcxx/include/__ranges/zip_view.h
libcxx/include/__tree
libcxx/include/module.modulemap.in
libcxx/include/optional
libcxx/include/string_view
libcxx/include/tuple
libcxx/include/unordered_map
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153210.532437.patch
Type: text/x-patch
Size: 14485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230618/b16a4e5e/attachment-0001.bin>
More information about the libcxx-commits
mailing list