[all-commits] [llvm/llvm-project] ff94bd: [libcxx][test][NFC] noexcept tests for std::array
kboyarinov via All-commits
all-commits at lists.llvm.org
Sat Dec 18 05:14:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff94bd1bc92efb2a116fb2963d0425a529d3be89
https://github.com/llvm/llvm-project/commit/ff94bd1bc92efb2a116fb2963d0425a529d3be89
Author: Konstantin Boyarinov <konstantin.boyarinov at intel.com>
Date: 2021-12-18 (Sat, 18 Dec 2021)
Changed paths:
M libcxx/test/std/containers/sequences/array/array.data/data.pass.cpp
M libcxx/test/std/containers/sequences/array/array.data/data_const.pass.cpp
M libcxx/test/std/containers/sequences/array/iterators.pass.cpp
Log Message:
-----------
[libcxx][test][NFC] noexcept tests for std::array
Minor change - add tests that std::array methods (data, (c/r)begin,
(c/r)end) are noexcept
Reviewed By: ldionne, rarutyun, #libc
Differential Revision: https://reviews.llvm.org/D115717
More information about the All-commits
mailing list