llvm-project/libcxx
Eric Fiselier 24e817d223 Cleanup fancy pointer rebinding in list using __rebind_pointer.
Currently we need an #ifdef branch every time we use pointer traits to rebind a pointer because
it is done differently in C++11 and C++03. This patch introduces the __rebind_pointer utility to
clean this up. 

llvm-svn: 245802
2015-08-23 02:34:18 +00:00
..
cmake Fix default value for LLVM_INCLUDE_DOCS in out of tree build. 2015-08-22 20:26:42 +00:00
docs [libcxx] Add new Sphinx documentation 2015-08-22 19:40:49 +00:00
include Cleanup fancy pointer rebinding in list using __rebind_pointer. 2015-08-23 02:34:18 +00:00
lib [libcxx] Add "install-libcxx" target. 2015-08-19 17:41:53 +00:00
src Fix a typo: overidden -> overridden - Patch from Kai Zhao 2015-08-20 05:23:16 +00:00
test Refactor shared_timed_mutex tests. 2015-08-22 21:24:01 +00:00
utils cleanup comments in sym_check 2015-03-27 06:04:37 +00:00
www Update some links so that they don't point at the (private) WG21 Wiki 2015-08-05 14:36:42 +00:00
.arcconfig
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt [libcxx] Add new Sphinx documentation 2015-08-22 19:40:49 +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
TODO.TXT Remove completed items from TODO.TXT 2015-08-20 19:22:35 +00:00