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/utilities
Eric Fiselier e428b57e79 Fix diagnostic test to tolerate Clang diagnosing it as well.
Tuple has tests that ensure we diagnose non-lifetime extended
reference bindings inside tuples constructors. As of yesterday,
Clang now does this for us.

Adjust the test to tolerate the new diagnostics, while still
testing that we emit diagnostics of our own. Maybe after this
version of Clang has been adopted by most users we should
remove our diagnostics; but for now more error detection is
better!

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@337905 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
any Add missing REQUIRES for C++14 9 years ago
function.objects [libcxx] [test] Make files consistently end with newlines, NFC. 8 years ago
memory Fix failing -verify tests due to change in Clangs static_assert message. 8 years ago
meta Cleanup _LIBCPP_HAS_NO_<c++11-feature> in support headers and final tests 9 years ago
optional optional: Implement LWG 2900 and P0602 8 years ago
ratio Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
template.bitset Fix or move tests with non-standard assumptions 9 years ago
time Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
tuple Fix diagnostic test to tolerate Clang diagnosing it as well. 7 years ago
type.index Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
utility Move libc++ pair/tuple assign test to libcxx/ test directory. 8 years ago
variant [libc++] Shrink variant's index type when possible 8 years ago