llvm-project/libcxx/test/std/numerics
Igor Zhukov db0ac307c9 [libc++] Fix warning C4244 in std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp
frederick-vs-ja noticed that https://github.com/microsoft/STL/pull/2976#issuecomment-1201926893
while we are working on updating LLVM submodule for MS STL:

    [...]\std\numerics\rand\rand.dist\rand.dist.samp\rand.dist.samp.discrete\eval.pass.cpp(33): error C2220: the following warning is treated as an error
    [...]\std\numerics\rand\rand.dist\rand.dist.samp\rand.dist.samp.discrete\eval.pass.cpp(287): note: see reference to function template instantiation 'void tests<__int64>(void)' being compiled
    [...]\std\numerics\rand\rand.dist\rand.dist.samp\rand.dist.samp.discrete\eval.pass.cpp(33): warning C4244: 'argument': conversion from '__int64' to 'const unsigned int', possible loss of data

Differential Revision: https://reviews.llvm.org/D130963
2022-08-02 20:44:46 -04:00
..
bit Rewording "static_assert" diagnostics 2022-07-25 07:22:54 -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 [NFC][libcxx] Check def of __LONG_DOUBLE_IEEE128__ 2022-06-14 13:41:31 -04:00
numeric.requirements
numerics.general
rand [libc++] Fix warning C4244 in std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp 2022-08-02 20:44:46 -04:00