[PATCH] D149675: [Demangle] convert itaniumDemangle and nonMicrosoftDemangle to use std::string_view
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 2 15:23:58 PDT 2023
nickdesaulniers updated this revision to Diff 518883.
nickdesaulniers retitled this revision from "[LLD] fix llvm::demangle lifetime issue" to "[Demangle] convert itaniumDemangle and nonMicrosoftDemangle to use std::string_view".
nickdesaulniers edited the summary of this revision.
nickdesaulniers added a comment.
Herald added subscribers: JDevlieghere, hiraditya.
Herald added a reviewer: jhenderson.
- redo patch completely
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149675/new/
https://reviews.llvm.org/D149675
Files:
llvm/include/llvm/Demangle/Demangle.h
llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
llvm/lib/Demangle/Demangle.cpp
llvm/lib/Demangle/ItaniumDemangle.cpp
llvm/lib/ProfileData/GCOV.cpp
llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp
llvm/tools/llvm-nm/llvm-nm.cpp
llvm/tools/llvm-opt-report/OptReport.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149675.518883.patch
Type: text/x-patch
Size: 6877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230502/5949f2dc/attachment.bin>
More information about the llvm-commits
mailing list