hanchenye-llvm-project/libcxx/test
Mikhail Maltsev 2b89c34784 [libcxx] Adjust trivial_abi tests for C++03 and C++11 testing
This change replaces std::make_unique with manual construction of
std::unique_ptr to make the tests compatible with C++11
(std::make_unique is a C++14 feature).

libc++ supports std::unique_ptr and std::shared_ptr even in C++03 but
with some limitations: unique_ptr_array.pass.cpp and
shared_ptr_arg.pass.cpp fail to compile in C++03 mode and need to be
disabled.

Differential Revision: https://reviews.llvm.org/D84394
2020-07-23 14:20:49 +01:00
..
libcxx [libcxx] Adjust trivial_abi tests for C++03 and C++11 testing 2020-07-23 14:20:49 +01:00
pretty_printers Desugar class type for iterator lookup. 2020-07-14 11:37:03 -07:00
std [libc++] Remove shortcut Lit features for Apple backdeployment 2020-07-16 15:39:08 -04:00
support [libcxx tests] Clang is more strict now about coroutines 2020-06-23 06:51:35 -04:00
CMakeLists.txt [runtimes] Allow passing Lit parameters through CMake 2020-07-09 12:45:00 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00
lit.site.cfg.in [runtimes][NFC] Remove unused or unnecessary CMake variables 2020-07-16 10:47:08 -04:00