llvm-project/libcxx/test
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
..
configs [libc++] Simplify writing testing config files 2021-10-06 15:51:02 -04:00
libcxx [libcxx[ Run generate_private_header_tests.py 2021-10-07 17:37:50 +02:00
std [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
support [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
CMakeLists.txt [libc++] Simplify writing testing config files 2021-10-06 15:51:02 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00