llvm-project/libcxx/test/std/numerics
Mark de Wever b8608b8723 [libc++] Use addressof in assignment operator.
Replace `&__rhs` with `_VSTD::addressof(__rhs)` to guard against ADL hijacking
of `operator&` in `operator=`. Thanks to @CaseyCarter for bringing it to our
attention.

Similar issues with hijacking `operator&` still exist, they will be
addressed separately.

Reviewed By: #libc, Quuxplusone, ldionne

Differential Revision: https://reviews.llvm.org/D110852
2021-10-07 18:10:47 +02:00
..
bit [libc++] Implement C++20's P0476R2: std::bit_cast 2021-09-09 11:05:54 -04:00
c.math
cfenv/cfenv.syn
complex.number [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
numarray [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
numbers [libc++][test] Portably silence warnings 2020-10-19 08:33:58 -07:00
numeric.ops [libc++] Remove test-suite annotations for unsupported Clang versions 2021-08-20 15:05:13 -04:00
numeric.requirements
numerics.general
rand [runtimes] Simplify how we specify XFAIL & friends based on the triple 2021-07-01 14:03:30 -04:00