llvm-project/libcxx/test/std/containers
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
..
associative [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
container.adaptors [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
container.node [libc++][NFC] Correct comment about P0600 missing node_handle bits 2021-09-01 10:51:55 -04:00
container.requirements
containers.general
sequences [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
unord [libc++] Use addressof in assignment operator. 2021-10-07 18:10:47 +02:00
views [libc++] [test] Remove filenames from copyright headers. NFCI. 2021-10-01 12:14:00 -04:00
Copyable.h [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
Emplaceable.h [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
NotConstructible.h [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
check_consecutive.h
iterator.rel_ops.compile.pass.cpp [libc++] Mark failing rel_ops test as XFAIL in back-deployment 2021-07-15 08:04:33 -04:00
map_allocator_requirement_test_templates.h
set_allocator_requirement_test_templates.h
test_compare.h [libc++] [test] Update "test_compare.h" users to avoid removed-in-C++20 members. NFCI. 2021-05-29 16:54:24 -04:00
test_hash.h [libc++] [test] No longer rely on std::hash<T>::argument_type. 2021-06-14 10:14:42 -04:00