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.
libcxx/test/support
Marshall Clow 933bf68f0a Forgot the support include file in r241091
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@241092 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
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. 11 years ago
DefaultOnly.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 12 years ago
MoveOnly.h We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 11 years ago
allocators.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. 11 years ago
asan_testing.h [asan] Make vector asan annotations exception-friendly 11 years ago
cmpxchg_loop.h PR20546: Fix tests for compare_exchange_weak. 11 years ago
constexpr_char_traits.hpp Add pragma system header to some experimental headers and add newlines to files. 11 years ago
count_new.hpp Use generic feature name for sanitizers that replace new and delete 11 years ago
counting_predicates.hpp Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionality change 11 years ago
hexfloat.h Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files 13 years ago
is_transparent.h Forgot the support include file in r241091 11 years ago
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. 11 years ago
nasty_containers.hpp Implement LWG 2324: Insert iterator constructors should use addressof(). Add two new container classes to the test suite that overload operator &, and add test cases to the insert/front_insert/back_insert iterator tests that use these containers. 12 years ago
nasty_macros.hpp Remove use of _[A-Z] identifiers and poison them to detect usage 11 years ago
nothing_to_do.pass.cpp test commit 11 years ago
platform_support.h Add option to disable access to the global filesystem namespace. 11 years ago
private_constructor.hpp Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 12 years ago
test_allocator.h Fix std::function allocator constructors in C++03. 11 years ago
test_iterators.h Since Eric poisoned the comma operator on all our test iterators, we no longer need 'comma_iterator'. Remove it from the test suite. 11 years ago
test_macros.h Add test macros header to remove dependance on __config macros. 11 years ago
tracked_value.h Add TrackedValue to test/support. Thanks to Louis Dionne 11 years ago
user_defined_integral.hpp [libcxx] Properly convert the count arguments to the *_n algorithms before use. 11 years ago