[libcxx-commits] [PATCH] D153216: [libc++][Modules] Add missing includes to public headers
Ian Anderson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jun 17 18:57:40 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 reviewer: jdoerfert.
Herald added subscribers: libcxx-commits, jplehr, sstefan1.
Herald added a project: libc++.
Herald added a reviewer: libc++.
Importing any of the public modules will also import all of their private submodules. However, when the private submodules are split into their own top level modules (D144322 <https://reviews.llvm.org/D144322>), importing the public modules will only import the private ones if the public header includes all of the private ones. Add all of the missing includes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153216
Files:
libcxx/include/algorithm
libcxx/include/array
libcxx/include/chrono
libcxx/include/format
libcxx/include/functional
libcxx/include/iterator
libcxx/include/memory
libcxx/include/memory_resource
libcxx/include/ranges
libcxx/include/stop_token
libcxx/include/string
libcxx/include/tuple
libcxx/include/type_traits
libcxx/include/utility
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153216.532443.patch
Type: text/x-patch
Size: 16526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230618/dca54e8a/attachment-0001.bin>
More information about the libcxx-commits
mailing list