[PATCH] D148546: Reland: [Demangle] replace use of llvm::StringView w/ std::string_view

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 10:53:24 PDT 2023


nickdesaulniers planned changes to this revision.
nickdesaulniers added inline comments.
Herald added a subscriber: JDevlieghere.


================
Comment at: llvm/include/llvm/Demangle/ItaniumDemangle.h:19
 
+#include <llvm/ADT/StringViewExtras.h>
+
----------------
I'll probably revert https://reviews.llvm.org/D148367 for now then rebase this on top.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148546/new/

https://reviews.llvm.org/D148546



More information about the llvm-commits mailing list