libcxxabi mirror with random patches
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Hans Wennborg c4e6c8a10d Merging r292638:
------------------------------------------------------------------------
r292638 | ericwf | 2017-01-20 11:34:19 -0800 (Fri, 20 Jan 2017) | 9 lines

Fix catch_reference_nullptr.pass.cpp test for GCC.

This test contained an implicit conversion from nullptr to bool.
Clang warns about this but the test had supressed that warning.
However GCC diagnoses the same code as an error and requires
-fpermissive to accept it.

This patch fixes both the warning and the error by explicitly
converting the pointer to bool.
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/branches/release_40@293813 91177308-0d34-0410-b5e6-96231b3b80d8
9 years ago
cmake [CMake] Trying to fix the bots I broke 9 years ago
fuzz add cxa_demangle_fuzzer 9 years ago
include [libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS 9 years ago
lib Add ability to set OPTIONS for compile 12 years ago
src Merging r292418: 9 years ago
test Merging r292638: 9 years ago
www [CMake] Be more consistent about naming targets and components in libc++abi 9 years ago
.arcconfig Fix arc config to use https 9 years ago
.gitignore .gitignore: ignore vim swap files 10 years ago
CMakeLists.txt Drop 'svn' suffix from version. 9 years ago
CREDITS.TXT Adding ABI support for __cxa_throw_bad_array_new_length. 11 years ago
LICENSE.TXT Update LICENSE.TXT to 2017 9 years ago