llvm-project/libcxx/test/std/numerics
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
..
bit [libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/ 2022-08-23 18:36:38 -04:00
c.math [libc++] Add warning pragma macros in the test suite 2022-03-17 00:11:20 +01:00
cfenv/cfenv.syn [libc++] Remove obsolete 'newlib' Lit Feature 2020-06-12 14:08:18 -04:00
complex.number [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ 2022-05-27 15:24:45 -04:00
numarray [libc++] Avoid creating temporaries in unary expressions involving valarray 2022-06-06 12:58:23 -04:00
numbers Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -04:00
numeric.ops [libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/ 2022-08-23 18:36:38 -04:00
numeric.requirements
numerics.general
rand [libc++][random] Removes transitive includes. 2022-09-11 17:39:27 +02:00