hanchenye-llvm-project/libcxxabi/src
Saleem Abdulrasool 51f0c20dc2 tweak definition to avoid GCC warning
Use an `extern "C" { }` block around the definition rather than doing
the inline definition.  This avoids a GCC warning about a declaration
being extern and having a definition.  NFC.

llvm-svn: 290937
2017-01-04 05:45:24 +00:00
..
CMakeLists.txt Rename TU names to not conflict with libc++. 2016-11-18 09:54:49 +00:00
abort_message.cpp
abort_message.h
config.h [libcxxabi] Introduce an externally threaded libc++abi variant. 2017-01-03 12:58:34 +00:00
cxa_aux_runtime.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 2016-05-31 12:01:32 +00:00
cxa_default_handlers.cpp libc++abi: build with -fvisibility=hidden 2016-05-26 02:12:20 +00:00
cxa_demangle.cpp clean up `-Wmisleading-indentation` warning 2016-12-31 18:09:51 +00:00
cxa_exception.cpp [libcxxabi] Introduce an externally threaded libc++abi variant. 2017-01-03 12:58:34 +00:00
cxa_exception.hpp
cxa_exception_storage.cpp [libcxxabi] Introduce an externally threaded libc++abi variant. 2017-01-03 12:58:34 +00:00
cxa_guard.cpp [libcxxabi] Introduce an externally threaded libc++abi variant. 2017-01-03 12:58:34 +00:00
cxa_handlers.cpp tweak definition to avoid GCC warning 2017-01-04 05:45:24 +00:00
cxa_handlers.hpp annotate more function visibility 2016-09-23 21:36:24 +00:00
cxa_new_delete.cpp Fix new/delete exception specifications to match libc++ after r290845 2017-01-03 00:16:18 +00:00
cxa_noexception.cpp [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant 2016-05-31 12:01:32 +00:00
cxa_personality.cpp arm: Fix ttype encoding assertion failure. 2016-11-13 14:44:41 +00:00
cxa_thread_atexit.cpp [libcxxabi] Introduce an externally threaded libc++abi variant. 2017-01-03 12:58:34 +00:00
cxa_unexpected.cpp
cxa_vector.cpp ibc++abi: mark visibility 2015-12-04 02:14:58 +00:00
cxa_virtual.cpp ibc++abi: mark visibility 2015-12-04 02:14:58 +00:00
fallback_malloc.cpp [libcxxabi] Introduce an externally threaded libc++abi variant. 2017-01-03 12:58:34 +00:00
fallback_malloc.h Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. 2016-10-07 08:48:28 +00:00
private_typeinfo.cpp Update implementation of ABI support for throwing noexcept function pointers 2016-12-02 02:06:53 +00:00
private_typeinfo.h Update implementation of ABI support for throwing noexcept function pointers 2016-12-02 02:06:53 +00:00
stdlib_exception.cpp Rename TU names to not conflict with libc++. 2016-11-18 09:54:49 +00:00
stdlib_stdexcept.cpp Rename TU names to not conflict with libc++. 2016-11-18 09:54:49 +00:00
stdlib_typeinfo.cpp Rename TU names to not conflict with libc++. 2016-11-18 09:54:49 +00:00