[all-commits] [llvm/llvm-project] f2af4f: [libc++][span] Add failing tests for span::first a...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Feb 10 04:52:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f2af4f8a45dbd0d1de950a64f1b4fbf618c70657
https://github.com/llvm/llvm-project/commit/f2af4f8a45dbd0d1de950a64f1b4fbf618c70657
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-02-10 (Mon, 10 Feb 2020)
Changed paths:
A libcxx/test/std/containers/views/span.sub/first.fail.cpp
M libcxx/test/std/containers/views/span.sub/first.pass.cpp
A libcxx/test/std/containers/views/span.sub/last.fail.cpp
M libcxx/test/std/containers/views/span.sub/last.pass.cpp
Log Message:
-----------
[libc++][span] Add failing tests for span::first and span::last
Both methods have compile time constraints that we should test against.
Patch by Michael Schellenberger Costa
Differential Revision: https://reviews.llvm.org/D71999
More information about the All-commits
mailing list