Marshall Clow
|
b6e011b18b
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.
|
6 years ago |
Louis Dionne
|
03a144c102
Revert "[libc++] Add a test that uses the debug database from multiple threads"
|
6 years ago |
Louis Dionne
|
bf750a6d8c
[libc++] Add a test that uses the debug database from multiple threads
|
6 years ago |
Eric Fiselier
|
d60e4a1030
Mark debug death tests as unsupported on Windows
|
6 years ago |
Eric Fiselier
|
eb2e397396
Remove exception throwing debug mode handler support.
|
6 years ago |
Marshall Clow
|
9039043195
Mark vector::operator[] and front/back as noexcept. We already do this for string and string_view. This should give better codegen inside of noexcept functions. Add tests for op[]/front/back/at, because apparently we had none.
|
6 years ago |
Thomas Anderson
|
9ae8fb4a3c
[libc++] Fix use-after-free when building with _LIBCPP_DEBUG=1
|
6 years ago |
Eric Fiselier
|
1f820d84ec
Fix -fsanitize=vptr badness in <__debug>
|
6 years ago |
JF Bastien
|
e15dd4e32e
Support tests in freestanding
|
6 years ago |
Chandler Carruth
|
7c3769df62
Update more file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Eric Fiselier
|
8864da5e78
Fix PR35564 - std::list splice/erase incorrectly throw in debug mode.
|
7 years ago |
Mehdi Amini
|
907c1196a7
Add markup for libc++ dylib availability
|
8 years ago |
Eric Fiselier
|
cd4ab9c404
Fix test failures when using modules.
|
8 years ago |
Eric Fiselier
|
fb342388df
Fix debug mode for vector/list and cleanup tests
|
8 years ago |