[all-commits] [llvm/llvm-project] 67b37a: [libc++][Modules] Add missing __fwd includes
Ian Anderson via All-commits
all-commits at lists.llvm.org
Fri Jul 7 14:09:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67b37af4cd5d9da20fd8aa6368f2f0a77d1dc4c8
https://github.com/llvm/llvm-project/commit/67b37af4cd5d9da20fd8aa6368f2f0a77d1dc4c8
Author: Ian Anderson <iana at apple.com>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/array
M libcxx/include/tuple
Log Message:
-----------
[libc++][Modules] Add missing __fwd includes
A few __fwd includes are missing from public modules that will become noticeable when the private submodules are split into their own top level modules (D144322). Add the missing includes.
Reviewed By: ldionne, philnik, #libc
Differential Revision: https://reviews.llvm.org/D153216
More information about the All-commits
mailing list