[demangler] Fix unresolvedname demangling
We were dropping the [gs] modifier by parsing it in parseExpr, but not forwarding it on to parseUnresolvedName. This is the straightforwards fix to forward that flag -- parseExpr must see past it. Reviewed By: ChuanqiXu Differential Revision: https://reviews.llvm.org/D118504
Loading
Please sign in to comment