1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Demangle
Erik Pilkington 5a7306f043 [demangler] call terminate() if allocation failed
We really should set *status to memory_alloc_failure, but we need to refactor
the demangler a bit to properly propagate the failure up the stack. Until then,
its better to explicitly terminate then rely on a null dereference crash.

rdar://31240372

llvm-svn: 337759
2018-07-23 22:23:04 +00:00
..
CMakeLists.txt Add a Microsoft Demangler. 2018-07-20 17:27:48 +00:00
Compiler.h [LLVMDemangle] Move some utility classes to header files. 2018-07-16 21:24:03 +00:00
ItaniumDemangle.cpp [demangler] call terminate() if allocation failed 2018-07-23 22:23:04 +00:00
LLVMBuild.txt
MicrosoftDemangle.cpp [Demangle] Attempt to fix arena memory leak 2018-07-23 18:21:43 +00:00
StringView.h Add missing include. 2018-07-17 19:48:46 +00:00
Utility.h [demangler] call terminate() if allocation failed 2018-07-23 22:23:04 +00:00