As with ::new demangling (D118476), we were dropping the [gs] modifier by parsing it in parseExpr, but not forwarding it on to parseUnresolvedName. This is the straightforwards fix.
Details
Details
- Reviewers
ChuanqiXu bruno iains - Group Reviewers
Restricted Project - Commits
- rG8d38273a3dae: [demangler] Fix unresolvedname demangling
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
BTW, in the case the patch has dependencies with each other, we should add the corresponding revision. In Web UI, we could make this in Edit Related Revisions in the top of the page.
Comment Actions
thank you for the reminder. These patches were (intentionally) not interdependent to avoid that :)