This patch removes undefined behavior in list and forward_list and __hash_table caused by improperly beginning and ending the lifetime of the various node classes. It allows removing the _LIBCPP_STANDALONE_DEBUG macro from these node types since we now properly begin and end their lifetime, meaning that we won't trip up constructor homing. See https://reviews.llvm.org/D98750 for more information on what prompted this patch. This commit re-applies0687e4d9f3, which had been reverted inb935882bdcbecause it broke the LLDB build. LLDB folks tell me I can go ahead and re-commit this now. Differential Revision: https://reviews.llvm.org/D101206 Co-authored-by: Amy Kwan <amy.kwan1@ibm.com>
7.7 KiB
7.7 KiB