hanchenye-llvm-project/libcxx/test/support
Eric Fiselier 46a256a3eb Remove C++11 feature macros in tests. Use TEST_STD_VER instead.
llvm-svn: 269669
2016-05-16 17:05:14 +00:00
..
Counter.h Fix PR22366. When move-constructing an associative container and explicitly passing an allocator that compares different, we were not calling the destructor of the elements in the moved-from container. 2015-01-28 19:54:25 +00:00
DefaultOnly.h
MoveOnly.h Remove some test scaffolding that I added and then didn't need. No functional change 2016-01-05 19:44:58 +00:00
allocators.h Remove names of unreferenced parameters. Patch from STL@microsoft.com 2016-04-28 03:17:56 +00:00
any_helpers.h Add missing license headers 2016-01-19 21:52:04 +00:00
asan_testing.h Fix or move various non-standard tests. 2016-04-29 04:07:45 +00:00
assert_checkpoint.h Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros 2016-04-28 22:28:23 +00:00
cmpxchg_loop.h Add missing license headers 2016-01-19 21:52:04 +00:00
constexpr_char_traits.hpp Fix some non-standard parts of our test suite. Reported by STL 2016-04-22 10:33:56 +00:00
container_test_types.h Teach map/unordered_map how to optimize 'emplace(Key, T)'. 2016-04-16 00:23:12 +00:00
count_new.hpp Add missing license headers 2016-01-19 21:52:04 +00:00
counting_predicates.hpp
disable_missing_braces_warning.h Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com 2016-04-28 01:49:03 +00:00
hexfloat.h Don't use std::__clz in 'test/support/hexfloat.h'. 2016-05-03 02:04:26 +00:00
is_transparent.h Forgot the support include file in r241091 2015-06-30 18:16:12 +00:00
min_allocator.h More of N4258 implementation. Mark all of our test_allocators as noexcept constructible. Make the constructors for basic_string noexcept all the time (under C++14). Update tests to reflect the new world order. More to come. 2015-06-03 19:56:43 +00:00
nasty_containers.hpp Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.com 2016-04-29 00:45:46 +00:00
nasty_macros.hpp Add missing license headers 2016-01-19 21:52:04 +00:00
nothing_to_do.pass.cpp
platform_support.h Fix possible test breakage for MinGW 2016-04-29 01:22:16 +00:00
private_constructor.hpp
test_allocator.h Remove names of unreferenced parameters. Patch from STL@microsoft.com 2016-04-28 03:17:56 +00:00
test_iterators.h Got the test backwards in r258279. Fixed that and de-tabbed 2016-01-20 03:37:46 +00:00
test_macros.h Remove C++11 feature macros in tests. Use TEST_STD_VER instead. 2016-05-16 17:05:14 +00:00
test_memory_resource.hpp Add <experimental/memory_resource> 2016-05-07 01:04:55 +00:00
tracked_value.h Add missing license headers 2016-01-19 21:52:04 +00:00
type_id.h Add <experimental/memory_resource> 2016-05-07 01:04:55 +00:00
user_defined_integral.hpp Add missing license headers 2016-01-19 21:52:04 +00:00
uses_alloc_types.hpp Add <experimental/memory_resource> 2016-05-07 01:04:55 +00:00