hanchenye-llvm-project/libcxx
Eric Fiselier 678ad2f9da Enable __is_trivially* intrinsics for GCC 5.1
Until GCC 5.1 the __is_trivially* intrinsics were not provided. Enable use of
the builtins for GCC 5.1.

Also enable Reference qualified member functions for GCC 4.9 and greater.

This patch also defines _GNUC_VER to 0 when __GNUC__ is not defined because
libc++ assumes _GNUC_VER is always defined.

llvm-svn: 239653
2015-06-13 02:18:44 +00:00
..
cmake Fix building and testing libc++ with GCC. 2015-05-20 03:15:01 +00:00
include Enable __is_trivially* intrinsics for GCC 5.1 2015-06-13 02:18:44 +00:00
lib [libcxx] Add code coverage configuration to CMake and LIT. 2015-03-31 04:15:45 +00:00
src Fix PR23293 - Do not unlock shared state before notifying consumers. 2015-06-12 00:41:34 +00:00
test Refactor is_member_function_pointer to use is_function and not __member_function_traits. 2015-06-13 00:33:13 +00:00
utils cleanup comments in sym_check 2015-03-27 06:04:37 +00:00
www Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Also fixes PR#23723 2015-06-02 16:34:03 +00:00
.arcconfig
.gitignore [libc++] Refactor test components into modules. 2015-01-09 18:03:29 +00:00
CMakeLists.txt libcxx: Fix ARM libc++/abi and libunwind buildbot. 2015-05-16 12:44:31 +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 Add TODO items and remove use of 'noexcept' in C++03 test. 2015-06-02 01:25:34 +00:00