llvm-project/libcxx/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin
Louis Dionne 2cf78d4ead [libc++] Remove unused variable warnings
Since D100581, Clang started flagging this variable which is set but
never read. Based on comparing this function with __match_at_start_posix_nosubs
(which is very similar), I am pretty confident that `__j` was simply left
behind as an oversight in Howard's 6afe8b0a23.

Also workaround some unused variable warnings in the <random> tests.
It's pretty lame that we're not asserting the skew and kurtosis of
the binomial and negative binomial distributions, but that should be
tackled separately.

Differential Revision: https://reviews.llvm.org/D103533
2021-06-03 09:43:08 -04:00
..
assign.pass.cpp
copy.pass.cpp
ctor_int_double.pass.cpp [libc++] [P0935] [C++20] Eradicating unnecessarily explicit default constructors from the standard library. 2021-01-19 08:22:06 +01:00
ctor_param.pass.cpp
eq.pass.cpp
eval.PR44847.pass.cpp [libc++] Fix invalid parsing of ints in a <random> test 2020-11-02 19:20:59 -05:00
eval.pass.cpp [libc++] Remove unused variable warnings 2021-06-03 09:43:08 -04:00
eval_param.pass.cpp
get_param.pass.cpp
io.pass.cpp [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
max.pass.cpp
min.pass.cpp
param_assign.pass.cpp
param_copy.pass.cpp
param_ctor.pass.cpp
param_eq.pass.cpp
param_types.pass.cpp
set_param.pass.cpp
types.pass.cpp