[Lldb-commits] [PATCH] D54074: CPlusPlusLanguage: Use new demangler API to implement type substitution

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Nov 3 11:31:39 PDT 2018


labath created this revision.
labath added reviewers: sgraenitz, erik.pilkington, JDevlieghere.

Now that llvm demangler supports more generic customization, we can
implement type substitution directly on top of this API. This will allow
us to remove the specialized hooks which were added to the demangler to
support this use case.


https://reviews.llvm.org/D54074

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54074.172496.patch
Type: text/x-patch
Size: 6503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181103/55e12f2d/attachment.bin>


More information about the lldb-commits mailing list