This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 10b4526 Remove arithmetic +/-127 on chars; results in UB when dealing [...] new fb59f5c Rename some test data (and make it const) to rid us of some s [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/std/numerics/complex.number/cases.h | 2 +- .../complex.ops/complex_divide_complex.pass.cpp | 16 +++--- .../complex.ops/complex_times_complex.pass.cpp | 16 +++--- .../complex.transcendentals/acos.pass.cpp | 50 +++++++++---------- .../complex.transcendentals/acosh.pass.cpp | 44 ++++++++-------- .../complex.transcendentals/asin.pass.cpp | 50 +++++++++---------- .../complex.transcendentals/asinh.pass.cpp | 48 +++++++++--------- .../complex.transcendentals/atan.pass.cpp | 6 +-- .../complex.transcendentals/atanh.pass.cpp | 58 +++++++++++----------- .../complex.transcendentals/cos.pass.cpp | 6 +-- .../complex.transcendentals/cosh.pass.cpp | 36 +++++++------- .../complex.transcendentals/exp.pass.cpp | 36 +++++++------- .../complex.transcendentals/log.pass.cpp | 44 ++++++++-------- .../complex.transcendentals/log10.pass.cpp | 6 +-- .../pow_complex_complex.pass.cpp | 6 +-- .../pow_complex_scalar.pass.cpp | 6 +-- .../pow_scalar_complex.pass.cpp | 6 +-- .../complex.transcendentals/sin.pass.cpp | 6 +-- .../complex.transcendentals/sinh.pass.cpp | 42 ++++++++-------- .../complex.transcendentals/sqrt.pass.cpp | 30 +++++------ .../complex.transcendentals/tan.pass.cpp | 6 +-- .../complex.transcendentals/tanh.pass.cpp | 30 +++++------ .../complex.number/complex.value.ops/abs.pass.cpp | 6 +-- .../complex.number/complex.value.ops/arg.pass.cpp | 46 ++++++++--------- .../complex.number/complex.value.ops/norm.pass.cpp | 6 +-- .../complex.value.ops/polar.pass.cpp | 6 +-- .../complex.number/complex.value.ops/proj.pass.cpp | 16 +++--- 27 files changed, 315 insertions(+), 315 deletions(-)