[llvm] [llvm] [Demangle] Fix MSVC demangling for placeholder return types (PR #106178)
Ryan McKenzie via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 03:35:26 PDT 2024
Ryan-rsm-McKenzie wrote:
Can't you just add these to `PrimitiveKind` and add the match cases to the end of `demanglePrimitiveType`? It already tries to parse `_*`:
https://github.com/llvm/llvm-project/blob/7c188abb4fe28d9784b12125e6924df2ce7de078/llvm/lib/Demangle/MicrosoftDemangle.cpp#L2016-L2040
I don't see why you need to create and entirely new node type for something so simple.
https://github.com/llvm/llvm-project/pull/106178
More information about the llvm-commits
mailing list