1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/include/llvm/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
..
Compiler.h Move Itanium demangler implementation into a header file and add visitation support. 2018-08-20 19:44:01 +00:00
Demangle.h [itanium demangler] Add llvm::itaniumFindTypesInMangledName() 2018-08-13 16:37:47 +00:00
ItaniumDemangle.h Fix a couple of mangling canonicalizer corner case bugs. 2018-09-13 20:00:21 +00:00
StringView.h Move Itanium demangler implementation into a header file and add visitation support. 2018-08-20 19:44:01 +00:00
Utility.h Update microsoftDemangle() to work more like itaniumDemangle(). 2018-09-15 18:24:20 +00:00