[all-commits] [llvm/llvm-project] d5a559: [libc++] default-construct moved-from test-iterators
philnik777 via All-commits
all-commits at lists.llvm.org
Wed Jul 6 04:36:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5a559d906b52101fe2aa8b08704e4ef0d6d651b
https://github.com/llvm/llvm-project/commit/d5a559d906b52101fe2aa8b08704e4ef0d6d651b
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M libcxx/test/support/test_iterators.h
Log Message:
-----------
[libc++] default-construct moved-from test-iterators
This way we ensure that we don't use-after-move the iterators.
Reviewed By: Mordante, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D129044
More information about the All-commits
mailing list