llvm-project/libcxx/test
Adrian Vogelsgesang d7e0cec60e [libc++][test] Mark `test_comparisons.h` helpers as nodiscard
I accidentally wrote `testComparisons(...)` instead of
`assert(testComparisons(...))`. This compiled without issues, but
did not provide the intended test coverage. By adding a `nodiscard`,
we can make sure that the compiler catches such mistakes for us.

Differential Revision: https://reviews.llvm.org/D131364
2022-08-12 03:30:33 -07:00
..
configs [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
libcxx [libcxx] [test] Fix max_size.pass.cpp for PowerPC targets 2022-08-11 21:39:29 -05:00
std [libc++] Implement `thread::id` comparators as free functions 2022-08-10 11:39:50 -07:00
support [libc++][test] Mark `test_comparisons.h` helpers as nodiscard 2022-08-12 03:30:33 -07:00
.clang-tidy [libc++] Add clang-tidy for the tests 2022-07-20 11:26:49 +02:00
CMakeLists.txt [libc++] Re-apply "Always build c++experimental.a"" 2022-07-19 10:44:19 -04:00
lit.cfg.py