forked from OSchip/llvm-project
2b89c34784
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 |
||
---|---|---|
.. | ||
benchmarks | ||
cmake | ||
docs | ||
fuzzing | ||
include | ||
lib | ||
src | ||
test | ||
utils | ||
www | ||
.clang-format | ||
.gitignore | ||
CMakeLists.txt | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
NOTES.TXT | ||
TODO.TXT | ||
appveyor-reqs-install.cmd | ||
appveyor.yml |