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
Eric Fiselier fa2ad08366 Merging r258196:
------------------------------------------------------------------------
r258196 | ericwf | 2016-01-19 14:52:04 -0700 (Tue, 19 Jan 2016) | 1 line

Add missing license headers
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_38@258464 91177308-0d34-0410-b5e6-96231b3b80d8
10 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 Remove some test scaffolding that I added and then didn't need. No functional change 10 years ago
allocators.h Our test allocators support move/copy construction; they should support move/copy assignment as well 10 years ago
any_helpers.h Merging r258196: 10 years ago
asan_testing.h [asan] Make vector asan annotations exception-friendly 11 years ago
cmpxchg_loop.h Merging r258196: 10 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 Merging r258196: 10 years ago
counting_predicates.hpp Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionality change 11 years ago
disable_missing_braces_warning.h Merging r258196: 10 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 Merging r258196: 10 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 bug in test_allocator<void> that used the wrong value to represent object state 10 years ago
test_iterators.h Merging r257682: 10 years ago
test_macros.h Use __make_integer_seq builtin for std::make_integer_sequence. Patch by K-ballo. 10 years ago
tracked_value.h Merging r258196: 10 years ago
user_defined_integral.hpp Merging r258196: 10 years ago