llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor
Marshall Clow 308624127f Add some FAIL constexpr tests for optional's copy/move ctors.
llvm-svn: 300009
2017-04-12 00:07:29 +00:00
..
U.pass.cpp Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t> 2017-03-30 19:43:50 +00:00
const_T.pass.cpp Add more tests for optional<const T> 2016-10-28 06:40:29 +00:00
const_optional_U.pass.cpp Implement N4606 optional 2016-10-12 07:46:20 +00:00
copy.fail.cpp Add some FAIL constexpr tests for optional's copy/move ctors. 2017-04-12 00:07:29 +00:00
copy.pass.cpp Add more tests for optional<const T> 2016-10-28 06:40:29 +00:00
default.pass.cpp Implement N4606 optional 2016-10-12 07:46:20 +00:00
explicit_const_optional_U.pass.cpp Implement N4606 optional 2016-10-12 07:46:20 +00:00
explicit_optional_U.pass.cpp Implement N4606 optional 2016-10-12 07:46:20 +00:00
in_place_t.pass.cpp Add more tests for optional<const T> 2016-10-28 06:40:29 +00:00
initializer_list.pass.cpp Implement N4606 optional 2016-10-12 07:46:20 +00:00
move.fail.cpp Add some FAIL constexpr tests for optional's copy/move ctors. 2017-04-12 00:07:29 +00:00
move.pass.cpp Add more tests for optional<const T> 2016-10-28 06:40:29 +00:00
nullopt_t.pass.cpp Implement N4606 optional 2016-10-12 07:46:20 +00:00
optional_U.pass.cpp Implement N4606 optional 2016-10-12 07:46:20 +00:00
rvalue_T.pass.cpp Add more tests for optional<const T> 2016-10-28 06:40:29 +00:00