darling-libcxx/test
Eric Fiselier f579c7c19d Fix memory leak in set and map.
When assigning an initializer list into set/map, libc++ would
leak memory if the initializer list contained equivalent keys
because we failed to check if the insertion was successful.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@365840 91177308-0d34-0410-b5e6-96231b3b80d8
2019-07-11 23:13:38 +00:00
..
libcxx Add a private call '__libcpp_is_constant_evaluated' which 'works' for old language versions and w/o any compiler support. 'Working', in this case, means that it returns false in those cases. 2019-07-01 23:16:46 +00:00
std Fix memory leak in set and map. 2019-07-11 23:13:38 +00:00
support add header to help with template testing 2019-06-15 21:16:57 +00:00
CMakeLists.txt Allow disabling of filesystem library. 2019-03-21 00:04:31 +00:00
lit.cfg Move libcxx/test/libcxx python package into libcxx/utils/libcxx. 2017-02-09 23:18:11 +00:00
lit.site.cfg.in Allow disabling of filesystem library. 2019-03-21 00:04:31 +00:00
nothing_to_do.pass.cpp force the bots to cycle 2019-05-09 02:34:37 +00:00