llvm-project/libcxx/test/std/utilities
Marshall Clow ea44ee202f Fix problems with r'890 when building on machines where sizeof(size_t) != sizeof(unsigned long long) and C++03
llvm-svn: 319106
2017-11-27 22:27:22 +00:00
..
allocator.adaptor More of P0600; marking allocation routines as [[nodiscard]] 2017-11-26 02:55:38 +00:00
any 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
function.objects Fix PR34298 - Allow std::function with an incomplete return type. 2017-09-10 23:41:20 +00:00
intseq [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. 2016-11-04 20:26:59 +00:00
memory Fix failure on C++03 bots 2017-11-27 16:17:19 +00:00
meta Implement P0550R2: Transformation Trait remove_cvref 2017-11-13 03:59:22 +00:00
optional Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.llvm.org/D39033 2017-11-15 07:40:37 +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 Fix problems with r'890 when building on machines where sizeof(size_t) != sizeof(unsigned long long) and C++03 2017-11-27 22:27:22 +00:00
time [libcxx] [test] Rename _Tp to T. NFCI. 2017-08-11 20:53:53 +00:00
tuple Add another test_macros.h include I missed to tuple.by.type.pass.cpp 2017-11-22 12:29:17 +00:00
type.index Fix recent build errors 2017-01-21 00:57:29 +00:00
utilities.general
utility Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 2017-10-14 15:52:38 +00:00
utility.requirements
variant 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
nothing_to_do.pass.cpp