[PATCH] D118504: [demangler] Fix unresolvedname demangling
Nathan Sidwell via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 28 12:08:28 PST 2022
urnathan created this revision.
urnathan added reviewers: ChuanqiXu, bruno, iains.
urnathan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
As with ::new demangling (D118476 <https://reviews.llvm.org/D118476>), we were dropping the [gs] modifier by parsing it in parseExpr, but not forwarding it on to parseUnresolvedName. This is the straightforwards fix.
https://reviews.llvm.org/D118504
Files:
libcxxabi/src/demangle/ItaniumDemangle.h
libcxxabi/test/test_demangle.pass.cpp
llvm/include/llvm/Demangle/ItaniumDemangle.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118504.404124.patch
Type: text/x-patch
Size: 6191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220128/e1b8b5ab/attachment.bin>
More information about the llvm-commits
mailing list