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
Louis Dionne 134a848236 [libcxx] Reorganize tests since the application of P0602R4
Summary:
P0602R4 makes the special member functions of optional and variant
conditionally trivial based on the types in the optional/variant.
We already implemented that, but the tests were organized as if this
were a non-standard extension. This patch reorganizes the tests in a
way that makes more sense since this is not an extension anymore.

Reviewers: EricWF, mpark, mclow.lists

Subscribers: christof, jkorous, dexonsmith, libcxx-commits

Differential Revision: https://reviews.llvm.org/D54772

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@350884 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
optional.bad_optional_access [libcxx] Remove the availability_markup LIT feature 6 years ago
optional.comp_with_t [optional] Update synopsis for LWG2934 8 years ago
optional.hash Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions. 8 years ago
optional.nullops Implement N4606 optional 8 years ago
optional.nullopt [test] Cleanup nullopt_t tests 7 years ago
optional.object [libcxx] Reorganize tests since the application of P0602R4 6 years ago
optional.relops [optional] Update synopsis for LWG2934 8 years ago
optional.specalg [libcxx] Remove the availability_markup LIT feature 6 years ago
optional.syn Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 7 years ago