[PATCH] D67851: llvm-undname: Add support for demangling typeinfo names

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 23 01:41:38 PDT 2019


hans accepted this revision.
hans added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/Demangle/MicrosoftDemangle.h:161
   SymbolNode *demangleMD5Name(StringView &MangledName);
+  SymbolNode *demangleTypeinfoName(StringView &MangledName);
 
----------------
Off topic: Do you know why the demangler uses its own StringView class instead of StringRef like the rest of llvm?

(Looks like it comes from libcxxabi via this commit: r327859)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67851/new/

https://reviews.llvm.org/D67851





More information about the llvm-commits mailing list