[PATCH] D54893: [Demangle] remove itaniumFindTypesInMangledName
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 26 03:35:24 PST 2018
labath created this revision.
labath added reviewers: erik.pilkington, sgraenitz, rsmith.
Herald added subscribers: christof, hiraditya, mgorny.
This (very specialized) function was added to enable an LLDB use case.
Now that a more generic interface (overriding of parser functions -
D52992 <https://reviews.llvm.org/D52992>) is available, and LLDB has been converted to use that (D54074 <https://reviews.llvm.org/D54074>),
the function is unused and can be removed.
Repository:
rL LLVM
https://reviews.llvm.org/D54893
Files:
libcxxabi/src/demangle/ItaniumDemangle.h
llvm/include/llvm/Demangle/Demangle.h
llvm/include/llvm/Demangle/ItaniumDemangle.h
llvm/lib/Demangle/ItaniumDemangle.cpp
llvm/unittests/Demangle/CMakeLists.txt
llvm/unittests/Demangle/FindTypesInMangledNameTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54893.175224.patch
Type: text/x-patch
Size: 5183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181126/79276a8a/attachment.bin>
More information about the llvm-commits
mailing list