| .. |
|
test.support
|
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
|
7 years ago |
|
test.workarounds
|
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
|
7 years ago |
|
Counter.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
DefaultOnly.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
MoveOnly.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
allocators.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
any_helpers.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
archetypes.hpp
|
[pair] Mark constructors as conditionally noexcept
|
7 years ago |
|
archetypes.ipp
|
[pair] Mark constructors as conditionally noexcept
|
7 years ago |
|
asan_testing.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
assert_checkpoint.h
|
Add checkpoint diagnostics to help diagnose buildbot failures.
|
9 years ago |
|
charconv_test_helpers.h
|
Make to_chars/from_chars work back to C++11. This means that we can use them to implement to_string as well. Reviewed as https://reviews.llvm.org/D59598.
|
7 years ago |
|
cmpxchg_loop.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
constexpr_char_traits.hpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
container_debug_tests.hpp
|
Remove unused try catch blocks from old debug tests
|
7 years ago |
|
container_test_types.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
controlled_allocators.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
coroutine_types.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
count_new.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
counting_predicates.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
debug_mode_helper.h
|
Fix test failures after debug mode changes
|
7 years ago |
|
deleter_types.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
demangle.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
disable_missing_braces_warning.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
emplace_constructible.h
|
fix shadowing warnings in new tests, try 2
|
8 years ago |
|
experimental_any_helpers.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
external_threads.cpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
filesystem_dynamic_test_helper.py
|
[test] [support] Use socket()+bind() to create unix sockets portably
|
7 years ago |
|
filesystem_include.hpp
|
Implement <filesystem>
|
7 years ago |
|
filesystem_test_helper.hpp
|
Add large file support to create_file for 32-bit.
|
7 years ago |
|
format_string.hpp
|
Fix missing includes in format_string.hpp helper
|
7 years ago |
|
fp_compare.h
|
Implement midpoint for floating point types. Reviewed as https://reviews.llvm.org/D61014.
|
7 years ago |
|
hexfloat.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
is_transparent.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
min_allocator.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
msvc_stdlib_force_include.hpp
|
[libc++] [test] Silence C++20 deprecation warnings in the MSVC STL
|
7 years ago |
|
nasty_containers.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
nasty_macros.hpp
|
Avoid name conflict with kernel headers
|
7 years ago |
|
nothing_to_do.pass.cpp
|
Support tests in freestanding
|
7 years ago |
|
platform_support.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
poisoned_hash_helper.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
private_constructor.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
propagate_const_helpers.h
|
Implement std::experimental::propagate_const from LFTS v2
|
10 years ago |
|
rapid-cxx-test.hpp
|
Implement a better copy_file.
|
7 years ago |
|
set_windows_crt_report_mode.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
template_cost_testing.h
|
add header to help with template testing
|
6 years ago |
|
test_allocator.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
test_comparisons.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
test_convertible.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
test_iterators.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
test_macros.h
|
[WebAssembly] WASI support for libcxx
|
7 years ago |
|
test_memory_resource.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
test_workarounds.h
|
[libc++][test] Fix noexcept assertions in variant's get tests
|
7 years ago |
|
tracked_value.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
truncate_fp.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
type_id.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
unique_ptr_test_helper.h
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
user_defined_integral.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
uses_alloc_types.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
variant_test_helpers.hpp
|
Update more file headers across all of the LLVM projects in the monorepo
|
7 years ago |
|
verbose_assert.h
|
Implement filesystem NB comments, relative paths, and related issues.
|
8 years ago |