hanchenye-llvm-project/libcxx
Alex Richardson 19e472fd84 [libcxx][lit] Fix running testsuite with python2.7 after 9020d28688
Python 2.7 fails with TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
if you pass None as the prefix argument to NamedTemporaryFile.

Reviewed By: ldionne, bjope, #libc

Differential Revision: https://reviews.llvm.org/D84595
2020-07-27 10:15:18 +01:00
..
benchmarks [libc++] Fix building the benchmarks after introducing a target for cxx-headers 2020-07-14 11:50:12 -04:00
cmake [libc++] Use a proper CMake target to represent libc++ headers 2020-07-14 09:52:58 -04:00
docs Reland [libcxx]Put clang::trivial_abi on smart pointers 2020-07-20 11:54:34 -04:00
fuzzing
include [libc++] Make sure we only consider _GNUC_VER_NEW when the compiler is GCC 2020-07-22 16:08:19 -04:00
lib Add optimization to basic_string::assign for compile-time known constant values. 2020-06-29 14:34:34 -04:00
src [libc++] Build the dylib with C++17 to allow aligned new/delete 2020-07-22 14:47:29 -04:00
test [libcxx] Adjust trivial_abi tests for C++03 and C++11 testing 2020-07-23 14:20:49 +01:00
utils [libcxx][lit] Fix running testsuite with python2.7 after 9020d28688 2020-07-27 10:15:18 +01:00
www [libc++] Implement P0551 2020-07-13 13:42:26 -04:00
.clang-format
.gitignore
CMakeLists.txt [libc++] Build the dylib with -faligned-allocation 2020-07-23 14:04:00 -04:00
CREDITS.TXT
LICENSE.TXT
NOTES.TXT
TODO.TXT [libc++][NFC] Remove outdated TODO item 2020-07-08 13:04:33 -04:00
appveyor-reqs-install.cmd
appveyor.yml