llvm-project/libcxxabi/src
Shoaib Meenai a051bbb53f [libcxxabi] Use ASan interface header for declaration. NFC
This was changed from using the header to using a forward declaration in
c4600ccf89, since older versions of the header didn't declare the
function. At this point, it's been declared for ~3.5 years, and it
should be pretty safe to assume that we can rely on the ASan interface
header to provide a declaration instead of needing to write our own.

Reviewed By: #libc_abi, ldionne

Differential Revision: https://reviews.llvm.org/D103003
2021-05-25 13:07:13 -07:00
..
demangle [demangler] Use standard semantics for StringView::substr 2021-04-25 13:56:41 +02:00
include [libc++abi] Reuse libc++'s refstring.h header instead of copying it 2020-11-11 16:58:32 -05:00
CMakeLists.txt [CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIX 2021-04-01 10:13:07 -07:00
abort_message.cpp [libc++abi] Fix build failure in abort_message.cpp when vasprintf isn't provided 2020-06-26 11:50:05 -04:00
abort_message.h [libc++abi] NFC: Simplify extern C declaration 2020-03-11 17:56:12 -04:00
cxa_aux_runtime.cpp [NFC] Correct outdated links to the Itanium C++ ABI documentation 2019-04-11 16:37:07 +00:00
cxa_default_handlers.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
cxa_demangle.cpp [demangle] NFC: get rid of NodeOrString 2019-11-04 12:17:12 -08:00
cxa_exception.cpp [libcxxabi] Use ASan interface header for declaration. NFC 2021-05-25 13:07:13 -07:00
cxa_exception.h [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
cxa_exception_storage.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
cxa_guard.cpp Rewrite cxa guard implementation. 2019-04-24 01:47:30 +00:00
cxa_guard_impl.h [libc++abi] Get rid of warnings when running the tests with GCC 2020-11-02 10:19:39 -05:00
cxa_handlers.cpp [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
cxa_handlers.h [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
cxa_noexception.cpp [NFC][libc++abi] Remove trailing whitespace from sources 2019-10-01 18:28:20 +00:00
cxa_personality.cpp [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
cxa_thread_atexit.cpp [libcxx{,abi}] Emit deplibs only when detected by CMake 2019-12-02 22:19:20 +01:00
cxa_vector.cpp [libc++abi] NFC: Remove pragma mark in favor of normal comment 2020-05-05 13:20:46 -04:00
cxa_virtual.cpp
fallback_malloc.cpp [libc++abi] Don't try calling __libcpp_aligned_free when aligned allocation is disabled 2020-12-01 17:45:14 -05:00
fallback_malloc.h [libc++abi] Remove uses of C++ headers when possible 2019-10-01 18:43:02 +00:00
private_typeinfo.cpp [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
private_typeinfo.h [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
stdlib_exception.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
stdlib_new_delete.cpp [libc++] NFC: Normalize `#endif //` comment indentation 2021-04-20 12:03:32 -04:00
stdlib_stdexcept.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00
stdlib_typeinfo.cpp [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept 2021-03-03 12:57:31 -05:00