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.
libcxxabi/src
Louis Dionne 307bb62985 [libcxx] Remove bad_array_length
Summary:
std::bad_array_length was added by n3467, but this never made it into C++.
This commit removes the definition of std::bad_array_length from the headers
AND from the shared library. See the comments in the ABI changelog for details
about the ABI implications of this change.

Reviewers: mclow.lists, dexonsmith, howard.hinnant, EricWF

Subscribers: christof, jkorous, libcxx-commits

Differential Revision: https://reviews.llvm.org/D54804

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@347903 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
demangle [Demangle] remove itaniumFindTypesInMangledName 7 years ago
include [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. 8 years ago
CMakeLists.txt [libc++abi] Provide __cxa_thread_atexit on Fuchsia 7 years ago
abort_message.cpp [libcxxabi] Clean up macro usage. 9 years ago
abort_message.h [libc++abi] Clean up visibility 9 years ago
cxa_aux_runtime.cpp Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI. 9 years ago
cxa_default_handlers.cpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 7 years ago
cxa_demangle.cpp Port LLVM r346606 to libcxxabi. 7 years ago
cxa_exception.cpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 7 years ago
cxa_exception.hpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 7 years ago
cxa_exception_storage.cpp [libc++abi] Use proper calling convention for TLS destructor 8 years ago
cxa_guard.cpp [libc++abi] Delete config.h 9 years ago
cxa_handlers.cpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 7 years ago
cxa_handlers.hpp [libc++abi] Clean up visibility 9 years ago
cxa_noexception.cpp Blind attempt to fix linker errors when building libc++abit w/o exceptions. 7 years ago
cxa_personality.cpp Make libc++abi work better with gcc's ARM unwind library. Reviewed as https://reviews.llvm.org/D42242 7 years ago
cxa_thread_atexit.cpp [libc++abi] Clean up visibility 9 years ago
cxa_unexpected.cpp Uses quote to include cxxabi.h to make sure the local one is included 9 years ago
cxa_vector.cpp ibc++abi: mark visibility 10 years ago
cxa_virtual.cpp Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI. 9 years ago
fallback_malloc.cpp Use C++03 friendly version of alignof 7 years ago
fallback_malloc.h [libcxxabi] Fix alignment of allocated exceptions in 32 bit builds 9 years ago
private_typeinfo.cpp [NFC][unwind] Improve error message when a type has more than one RTTIs 7 years ago
private_typeinfo.h [libc++abi] Clean up visibility 9 years ago
stdlib_exception.cpp [libcxx] Remove bad_array_length 7 years ago
stdlib_new_delete.cpp Update libc++abi's detection of aligned allocation after r344207. 7 years ago
stdlib_stdexcept.cpp Remove dependancy on __refstring header; use local copy instead. 8 years ago
stdlib_typeinfo.cpp Rename TU names to not conflict with libc++. 9 years ago