[Lldb-commits] [PATCH] D50587: Straight forward FastDemangle replacement in SubsPrimitiveParmItanium

Stefan Gränitz via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 10 16:22:35 PDT 2018


sgraenitz created this revision.
sgraenitz added reviewers: erik.pilkington, friss, jingham, JDevlieghere.
Herald added subscribers: chrib, kristof.beyls.

Removing FastDemangle will greatly reduce maintenance efforts. This patch replaces the last point of use in LLDB. Semantics should be kept intact.

Once this is agreed upon, we can:

- Remove the FastDemangle sources
- Add more features e.g. substitutions in template parameters, considering all variations, etc.

Depends on LLVM patch https://reviews.llvm.org/D50586


https://reviews.llvm.org/D50587

Files:
  source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50587.160202.patch
Type: text/x-patch
Size: 4219 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180810/28c8284f/attachment.bin>


More information about the lldb-commits mailing list