llvm-capstone/libcxx/test
James Touton 65a1efc60c
Fixed shared_ptr comparisons with nullptr_t when spaceship is unavailable. (#76781)
This was causing compilation errors when attempting to compare a
`shared_ptr<T[]>` with `nullptr`, as `get()` returns `T*` rather than `T
(*)[]`. `unique_ptr` did not have this issue, but I've added tests to
make sure.
2024-01-09 20:41:24 +01:00
..
configs [libc++] Run picolibc tests with qemu 2023-11-29 17:21:08 -05:00
libcxx [libc++] Allow running the test suite with optimizations (#68753) 2024-01-09 10:39:14 -05:00
std Fixed shared_ptr comparisons with nullptr_t when spaceship is unavailable. (#76781) 2024-01-09 20:41:24 +01:00
support [libc++][test] try to directly create socket file in /tmp when filepath is too long (#77058) 2024-01-09 20:15:44 +01:00
tools [NFC][libc++] Fixes a compiler warning. 2023-12-31 15:36:49 +01:00
.clang-format [libc++] Improves clang-format settings. 2023-02-27 19:24:06 +01:00
.clang-tidy [libc++] Update clang-tidy configuration for the tests 2023-08-03 09:40:48 -07:00
CMakeLists.txt [runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691) 2023-10-04 18:11:37 -04:00
lit.cfg.py [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi 2023-05-25 11:15:34 +02:00
lit.local.cfg [libc++][modules] Adds std.compat module. (#71438) 2023-12-09 13:51:50 +01:00