1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include/llvm/Demangle
Pavel Labath 9101881e58 [Demangle] remove itaniumFindTypesInMangledName
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.

Reviewers: erik.pilkington, sgraenitz, rsmith

Subscribers: mgorny, hiraditya, christof, libcxx-commits, llvm-commits

Differential Revision: https://reviews.llvm.org/D54893

llvm-svn: 347670
2018-11-27 16:11:24 +00:00
..
Compiler.h Move Itanium demangler implementation into a header file and add visitation support. 2018-08-20 19:44:01 +00:00
Demangle.h [Demangle] remove itaniumFindTypesInMangledName 2018-11-27 16:11:24 +00:00
ItaniumDemangle.h [Demangle] remove itaniumFindTypesInMangledName 2018-11-27 16:11:24 +00:00
MicrosoftDemangle.h [MS Demangler] Expose the Demangler AST publicly. 2018-11-01 15:07:32 +00:00
MicrosoftDemangleNodes.h [MS Demangler] Expose the Demangler AST publicly. 2018-11-01 15:07:32 +00:00
StringView.h Move Itanium demangler implementation into a header file and add visitation support. 2018-08-20 19:44:01 +00:00
Utility.h Make initializeOutputStream() return false on error and true on success. 2018-11-11 10:04:00 +00:00