[all-commits] [llvm/llvm-project] 0d1365: [libc++][test] Move iter_swap into iterator.cust.s...
Joseph Loser via All-commits
all-commits at lists.llvm.org
Tue Jan 11 16:59:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0d1365e380b5459c1cc32a2ab5ad90a0141c95a2
https://github.com/llvm/llvm-project/commit/0d1365e380b5459c1cc32a2ab5ad90a0141c95a2
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
R libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap.pass.cpp
A libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.swap/iter_swap.pass.cpp
Log Message:
-----------
[libc++][test] Move iter_swap into iterator.cust.swap. NFC.
Move `iter_swap.pass.cpp` into a new subdirectory: `iterator.cust.swap`
for symmetry with the neighboring subdirectory `iterator.cust.move`.
Differential Revision: https://reviews.llvm.org/D116992
More information about the All-commits
mailing list