[libcxx-commits] [PATCH] D101206: [libc++] Remove UB in std::list

Amy Huang via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 29 19:40:28 PDT 2021


akhuang added a comment.

In D101206#2725743 <https://reviews.llvm.org/D101206#2725743>, @EricWF wrote:

> Has this been tested with various sanitizers on? Does it give warnings about weird object lifetimes?

Tried running tests with sanitizers (Address, Memory, Undefined) - doesn't look like there are any new failures.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101206/new/

https://reviews.llvm.org/D101206



More information about the libcxx-commits mailing list