You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/utilities/optional/optional.object/optional.object.observe
Billy Robert O'Neal III 9ae62c79cc Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@318276 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
bool.pass.cpp Implement N4606 optional 9 years ago
dereference.pass.cpp Implement N4606 optional 9 years ago
dereference_const.pass.cpp Implement N4606 optional 9 years ago
dereference_const_rvalue.pass.cpp Implement N4606 optional 9 years ago
dereference_rvalue.pass.cpp Implement N4606 optional 9 years ago
has_value.pass.cpp Implement N4606 optional 9 years ago
op_arrow.pass.cpp Implement N4606 optional 9 years ago
op_arrow_const.pass.cpp Implement N4606 optional 9 years ago
value.pass.cpp Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 8 years ago
value_const.fail.cpp Implement N4606 optional 9 years ago
value_const.pass.cpp Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 8 years ago
value_const_rvalue.pass.cpp Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 8 years ago
value_or.pass.cpp add missing constexpr to optional::value_or 9 years ago
value_or_const.pass.cpp Implement N4606 optional 9 years ago
value_rvalue.pass.cpp Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 8 years ago