[all-commits] [llvm/llvm-project] d6cd42: [libc++] Adds missing includes.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Wed Apr 19 08:35:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6cd4257e510ef54d2945cb2119e84cc5525438a
https://github.com/llvm/llvm-project/commit/d6cd4257e510ef54d2945cb2119e84cc5525438a
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M libcxx/include/__format/buffer.h
M libcxx/include/__random/seed_seq.h
M libcxx/test/libcxx/containers/sequences/vector/robust_against_adl.pass.cpp
M libcxx/test/std/containers/sequences/vector.bool/ctor_exceptions.pass.cpp
M libcxx/test/std/containers/sequences/vector.bool/reference/assign_copy.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.cons/assign_move.addressof.compile.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.cons/deduct.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.cons/exceptions.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.cons/move.addressof.compile.pass.cpp
M libcxx/test/std/ranges/range.adaptors/range.as.rvalue/ctor.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/initializer_list.pass.cpp
M libcxx/test/support/nasty_containers.h
Log Message:
-----------
[libc++] Adds missing includes.
This patch makes are code less dependant on transitive includes.
This was part of D145800. This patch will be abandoned, but these
changes are still useful. I manually verified declarations of the new
includes are used in these files.
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D148645
More information about the All-commits
mailing list