1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/Demangle
Nico Weber c2ace82589 Update microsoftDemangle() to work more like itaniumDemangle().
* Use same method of initializing the output stream and its buffer
* Allow a nullptr Status pointer
* Don't print the mangled name on demangling error
* Write to N (if it is non-nullptr)

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

llvm-svn: 342330
2018-09-15 18:24:20 +00:00
..
CMakeLists.txt [MS Demangler] Re-write the Microsoft demangler. 2018-08-27 03:48:03 +00:00
ItaniumDemangle.cpp Update microsoftDemangle() to work more like itaniumDemangle(). 2018-09-15 18:24:20 +00:00
LLVMBuild.txt Add an c++ itanium demangler to llvm. 2016-09-06 19:16:48 +00:00
MicrosoftDemangle.cpp Update microsoftDemangle() to work more like itaniumDemangle(). 2018-09-15 18:24:20 +00:00
MicrosoftDemangleNodes.cpp [MS Demangler] Fix several crashes and demangling bugs. 2018-08-29 23:56:09 +00:00
MicrosoftDemangleNodes.h [MS Demangler] Fix several crashes and demangling bugs. 2018-08-29 23:56:09 +00:00