1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02: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
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