Files
clang-p2996/libcxxabi/test/test_fallback_malloc.pass.cpp
Louis Dionne c4779ea8e7 [libc++abi] Avoid raw calls to assert() in libc++abi (#71121)
The runtimes now have a principled way of doing assertions in relation
to hardening, so we should use that instead of raw calls to assert()
inside libc++abi. This patch aims to maintain the behavior of the
demangler code when it is used from within LLVM by introducing a simple
DEMANGLE_ASSERT(...) macro that is then defined to the appropriate
assertion mechanism.
2023-11-23 18:21:43 -05:00

5.9 KiB