[all-commits] [llvm/llvm-project] 8d3827: [demangler] Fix unresolvedname demangling
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Mon Feb 7 07:52:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d38273a3dae41e8da381542a20fbd09d4ccedc2
https://github.com/llvm/llvm-project/commit/8d38273a3dae41e8da381542a20fbd09d4ccedc2
Author: Nathan Sidwell <nathan at acm.org>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M libcxxabi/src/demangle/ItaniumDemangle.h
M libcxxabi/test/test_demangle.pass.cpp
M llvm/include/llvm/Demangle/ItaniumDemangle.h
Log Message:
-----------
[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
More information about the All-commits
mailing list