llvm-project/libcxx/test/std/experimental/memory
Martin Storsjö b6c4b280a0 [libcxx] [test] Add return values after assert(false) in some experimental tests
When building in MSVC mode (in release mode), the assert(false) don't
make the end of the function unreachable, so add return statements to
silence compiler warnings (treated as errors).

Also change 'virtual' into 'override', which was requested in review,
as these files require C++11.

Differential Revision: https://reviews.llvm.org/D99214
2021-03-24 11:44:01 +02:00
..
memory.polymorphic.allocator.class [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
memory.resource [libcxx] Resolve LWG 2724 protected -> private. 2020-11-23 14:27:22 -08:00
memory.resource.adaptor [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
memory.resource.aliases [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
memory.resource.global [libcxx] [test] Add return values after assert(false) in some experimental tests 2021-03-24 11:44:01 +02:00
memory.resource.synop