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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/libcxx/language.support
Hans Wennborg dc5456fdc3 Merging r339675:
------------------------------------------------------------------------
r339675 | ldionne | 2018-08-14 15:29:17 +0200 (Tue, 14 Aug 2018) | 15 lines

[libc++] Add missing #include in C11 features tests

Summary:
These #includes are quite important, since otherwise any

    #if TEST_STD_VER > 14 && defined(TEST_HAS_C11_FEATURES)

checks are always false, and so we don't actually test for C11 support
in the standard library.

Reviewers: mclow.lists, EricWF

Subscribers: christof, dexonsmith, cfe-commits

Differential Revision: https://reviews.llvm.org/D50674
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_70@339987 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
cmp Implement P0768r1: Library support for the Spaceship Operator. 8 years ago
cstdint Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 10 years ago
support.dynamic Add markup for libc++ dylib availability 9 years ago
support.exception Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 10 years ago
support.initlist Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 10 years ago
support.limits Touch up tests for new <version> header; fix module.modulemap. 8 years ago
support.rtti Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 10 years ago
support.runtime Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 10 years ago
support.types Move all tests for _LIBCPP_VERSION in language.support to test/libcxx/language.support. 10 years ago
cxa_deleted_virtual.pass.cpp [libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcxx versions. 8 years ago
has_c11_features.pass.cpp Merging r339675: 7 years ago