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
Hans Wennborg be92ac8db4 Merging r228353:
------------------------------------------------------------------------
r228353 | ericwf | 2015-02-05 15:01:40 -0800 (Thu, 05 Feb 2015) | 1 line

Remove use of _[A-Z] identifiers and poison them to detect usage
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_36@228668 91177308-0d34-0410-b5e6-96231b3b80d8
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
allocators.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
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 Mark assign to be constepr only in c++14; can't have constexpr fns that return void in C++11 12 years ago
count_new.hpp [libcxx] Consolidate new/delete replacement in tests and disable it when using sanitizers. 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
min_allocator.h Add bare_allocator archetype that implements the minimal possible allocator interface. 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 Merging r228353: 11 years ago
nothing_to_do.pass.cpp test commit 11 years ago
platform_support.h Fix platform_support.h's get_temp_file_name() on Newlib under __STRICT_ANSI__ 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 Bug #19473. If you pass an allocator to std::function, we should use that allocator, not construct one from scratch. Add a test to make sure 12 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