[libcxx-commits] [PATCH] D129044: [libc++] Set moved-from test-iterators to nullptr

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 3 06:46:09 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, Mordante, var-const.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This way we ensure that we don't use-after-move the iterators.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129044

Files:
  libcxx/test/support/test_iterators.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129044.441948.patch
Type: text/x-patch
Size: 4420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220703/b5d8fa11/attachment.bin>


More information about the libcxx-commits mailing list