llvm-project/libcxx
Marshall Clow a9197737f9 LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones.
llvm-svn: 253223
2015-11-16 16:42:16 +00:00
..
cmake Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is none 2015-10-22 20:54:27 +00:00
docs [libcxx] Make libc++.so a linker script by default on most platforms. 2015-10-15 22:41:51 +00:00
include Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation (__and_, __or_, and __not_) so that we can use them elsewhere in non-C++17 code - for example, in the LFTS 2015-11-16 15:54:13 +00:00
lib Use proper output directory when naminging the libc++ output 2015-10-23 07:04:24 +00:00
src Make it possible to build a no-exceptions variant of libcxx. 2015-11-10 11:41:22 +00:00
test LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones. 2015-11-16 16:42:16 +00:00
utils [libcxx] Make it drastically simpler to link libc++. 2015-10-14 19:54:03 +00:00
www LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Add tests to make sure we meet these requirements. Since we met the stricter ones, no code change needed to meet the looser ones. 2015-11-16 16:42:16 +00:00
.arcconfig Update Arcanist config to point to reviews.llvm.org 2014-06-10 18:29:36 +00:00
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt Add initial support for the MUSL C library. 2015-11-09 10:21:04 +00:00
CREDITS.TXT Add self to CREDITS.txt 2015-02-26 00:48:22 +00:00
LICENSE.TXT Update copyright year to 2015. 2015-03-12 20:13:11 +00:00
Makefile Revert "Fix installheaders target's permissions" 2014-12-16 05:28:07 +00:00
TODO.TXT Test commit to see if libcxx.llvm.org/docs builds 2015-09-04 22:57:00 +00:00