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.
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
..
algorithms
[libcxx] [test] Make files consistently end with newlines, NFC.
8 years ago
atomics
Revert "Add nonnull; use it for atomics"
8 years ago
containers
[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default constructible types.
8 years ago
debug
Fix PR35564 - std::list splice/erase incorrectly throw in debug mode.
8 years ago
depr
libcxx: Move #include_next <math.h> out of header guard in wrapper header.
8 years ago
diagnostics
Fix nodiscard test when modules are enabled
8 years ago
experimental
Implement <filesystem>
7 years ago
extensions
Fix or move various non-standard tests.
10 years ago
fuzzing
Add more fuzzing bits: partial_sort_copy, partition_copy, unique, unique_copy. No functional change to libc++; this is all test infastructure
8 years ago
input.output
Implement <filesystem>
7 years ago
iterators
Move old test into test/libcxx, and implement new version of test for ostreambuf_iterator::failed. Fixes PR#37245. Thanks to Billy O'Neill for the bug report.
8 years ago
language.support
Merging r339675:
7 years ago
localization
update XFAIL comments with more details
9 years ago
memory
Merging r339743:
7 years ago
modules
XFAIL Windows test failures under test/libcxx
9 years ago
numerics
[libcxx] Improve accuracy of complex asinh and acosh
8 years ago
selftest
Change a bunch of comments from C++1z to C++17. NFC
8 years ago
strings
[libcxx] [test] Strip trailing whitespace. NFC.
8 years ago
thread
[libcxx] Disable testing with system lib for 2 tests verifying debug mode.
8 years ago
type_traits
Do not define template specialization __libcpp_is_floating_point<__fp16>
8 years ago
utilities
Fix diagnostic test to tolerate Clang diagnosing it as well.
7 years ago
double_include.sh.cpp
[libc++][C++17] Elementary string conversions for integral types
7 years ago
include_as_c.sh.cpp
Allow the libc++ C header wrappers to be included when compiling C.
9 years ago
libcpp_version.pass.cpp
Add test that _LIBCPP_VERSION matches __libcpp_version
9 years ago
min_max_macros.sh.cpp
Remove more of the std::experimental bits that are now in std::. All the _v type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html
8 years ago