This is an archive of the discontinued LLVM Phabricator instance.

[Demangle] remove itaniumFindTypesInMangledName
ClosedPublic

Authored by labath on Nov 26 2018, 3:35 AM.

Details

Summary

This (very specialized) function was added to enable an LLDB use case.
Now that a more generic interface (overriding of parser functions -
D52992) is available, and LLDB has been converted to use that (D54074),
the function is unused and can be removed.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Nov 26 2018, 3:35 AM

Basically reverts https://reviews.llvm.org/D50586. Thanks for cleaning this up! LGTM

erik.pilkington accepted this revision.Nov 26 2018, 8:55 AM
This revision is now accepted and ready to land.Nov 26 2018, 8:55 AM
This revision was automatically updated to reflect the committed changes.
llvm/trunk/lib/Demangle/ItaniumDemangle.cpp