[all-commits] [llvm/llvm-project] db98ac: [Demangle] convert microsoftDemangle to take a std...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Mon Jun 5 13:01:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db98ac082744880a6e352b2d4a97d8896d9a7694
https://github.com/llvm/llvm-project/commit/db98ac082744880a6e352b2d4a97d8896d9a7694
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2023-06-05 (Mon, 05 Jun 2023)
Changed paths:
M lldb/source/Core/Mangled.cpp
M llvm/include/llvm/Demangle/Demangle.h
M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
M llvm/lib/Demangle/MicrosoftDemangle.cpp
M llvm/tools/llvm-objdump/COFFDump.cpp
M llvm/tools/llvm-undname/llvm-undname.cpp
Log Message:
-----------
[Demangle] convert microsoftDemangle to take a std::string_view
This should be last of the "bottom-up conversions" of various demanglers
to accept std::string_view. After this, D149104 may be revisited.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D152176
More information about the All-commits
mailing list