[PATCH] D49630: [MS Demangler] Demangle data member pointers

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 21 08:47:21 PDT 2018


zturner updated this revision to Diff 156677.
zturner added a comment.

I changed this slightly so that `MemberPointerType` is now its own derived class.  This gives a little more control and flexibility over how we print them and also removes some branches from the pointer codepath, making each thing a little easier to follow.


https://reviews.llvm.org/D49630

Files:
  llvm/lib/Demangle/MicrosoftDemangle.cpp
  llvm/test/Demangle/ms-mangle.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49630.156677.patch
Type: text/x-patch
Size: 15334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180721/69a1e5d4/attachment.bin>


More information about the llvm-commits mailing list