llvm-project/libcxx/test/std/numerics/rand
Mark de Wever 24e1736d84 [libc++][random] Removes transitive includes.
It seems these includes are still provided by the sub headers, so it only
removes the duplicates.

There is no change in the list of includes, but the change affects the
modular build. By not having the includes in the top-level header the
module map has changed. This uncovers missing includes in the tests
and missing exports in the module map. This causes the huge amount of
changes in the patch.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D133252
2022-09-11 17:39:27 +02:00
..
rand.adapt [libc++][random] Removes transitive includes. 2022-09-11 17:39:27 +02:00
rand.device [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
rand.dist [libc++][random] Removes transitive includes. 2022-09-11 17:39:27 +02:00
rand.eng Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
rand.predef
rand.req [libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI. 2022-03-13 12:32:06 -04:00
rand.util [libc++][random] Removes transitive includes. 2022-09-11 17:39:27 +02:00