[PATCH] D52992: cxa_demangle: make demangler's parsing functions overridable
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 16 07:22:05 PDT 2018
labath added a comment.
Thanks for the review.
In https://reviews.llvm.org/D52992#1265866, @erik.pilkington wrote:
> Are you planning on updating itaniumFindTypesInMangledName to use this too? (If not, I'll get around to it eventually!)
My plan was to implement the equivalent to itaniumFindTypesInMangledName within LLDB and then delete the LLVM copy together with the callback hook (this seems like a very specialized piece of functionality for such a low-level library). However, if you prefer keeping this in libDemangle, I can do that too.
Repository:
rCXXA libc++abi
https://reviews.llvm.org/D52992
More information about the llvm-commits
mailing list