[all-commits] [llvm/llvm-project] 690287: [libc++] [test] Improve test coverage for std::{c, ...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Tue Feb 15 08:32:09 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 690287b19982f164be5950aab6a045d62f25c2ef
https://github.com/llvm/llvm-project/commit/690287b19982f164be5950aab6a045d62f25c2ef
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
R libcxx/test/std/iterators/iterator.range/begin-end.compile.fail.cpp
M libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp
R libcxx/test/std/iterators/iterator.range/begin_array.pass.cpp
R libcxx/test/std/iterators/iterator.range/begin_const.pass.cpp
R libcxx/test/std/iterators/iterator.range/begin_non_const.pass.cpp
R libcxx/test/std/iterators/iterator.range/end_array.pass.cpp
R libcxx/test/std/iterators/iterator.range/end_const.pass.cpp
R libcxx/test/std/iterators/iterator.range/end_non_const.pass.cpp
Log Message:
-----------
[libc++] [test] Improve test coverage for std::{c,}{begin,end}.
Incidentally, this removes some unqualified ADL calls to `begin` and `end`.
Differential Revision: https://reviews.llvm.org/D119677
More information about the All-commits
mailing list