[PATCH] D152176: [Demangle] convert microsoftDemangle to take a std::string_view
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 10:19:57 PDT 2023
nickdesaulniers created this revision.
Herald added a subscriber: hiraditya.
Herald added a reviewer: jhenderson.
Herald added a reviewer: MaskRay.
Herald added a project: All.
nickdesaulniers requested review of this revision.
Herald added projects: LLDB, LLVM.
Herald added subscribers: llvm-commits, lldb-commits.
This should be last of the "bottom-up conversions" of various demanglers
to accept std::string_view. After this, D149104 <https://reviews.llvm.org/D149104> may be revisited.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D152176
Files:
lldb/source/Core/Mangled.cpp
llvm/include/llvm/Demangle/Demangle.h
llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
llvm/lib/Demangle/MicrosoftDemangle.cpp
llvm/tools/llvm-objdump/COFFDump.cpp
llvm/tools/llvm-undname/llvm-undname.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152176.528496.patch
Type: text/x-patch
Size: 4750 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230605/908b38a5/attachment.bin>
More information about the llvm-commits
mailing list