llvm-project/libcxx/test/std/utilities
Eric Fiselier 2d79835ccb Fix diagnostic regex in variant tests to tolerate older clang versions
llvm-svn: 342609
2018-09-20 01:15:17 +00:00
..
allocator.adaptor [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. 2017-12-13 00:51:31 +00:00
any [libcxx][test] Silence -Wself-assign diagnostics 2018-04-07 10:36:03 +00:00
charconv [libcxx] Mark charconv tests as failing for previous libcxx versions. 2018-08-10 17:03:47 +00:00
function.objects [libcxx] func.wrap.func.con: Unset function before destroying anything 2018-04-25 23:38:41 +00:00
intseq [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
memory Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-by, make the same change in raw_storage_iterator (twice). 2018-08-28 13:29:30 +00:00
meta Implement P0887: The identity metafunction 2018-08-02 01:56:02 +00:00
optional [libcxx] [test] Strip trailing whitespace. NFC. 2018-06-14 00:12:20 +00:00
ratio Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
smartptr/unique.ptr Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 2017-11-21 21:37:26 +00:00
template.bitset [libcxx] [test] Remove asserts that <cstddef> and <stdexcept> are included by <bitset> 2018-08-08 00:43:38 +00:00
time Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct. 2018-08-29 23:02:15 +00:00
tuple [libcxx] [test] Fix MSVC warnings and errors. 2018-02-26 20:47:46 +00:00
type.index Fix recent build errors 2017-01-21 00:57:29 +00:00
utilities.general
utility [libcxx] [test] Avoid MSVC truncation warnings. 2018-04-12 23:56:07 +00:00
utility.requirements
variant Fix diagnostic regex in variant tests to tolerate older clang versions 2018-09-20 01:15:17 +00:00
nothing_to_do.pass.cpp