[all-commits] [llvm/llvm-project] 0f9f03: [StringView] remove ctor incompatible with std::st...

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Fri Apr 14 11:16:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f9f03afca76240cc419d86e6651534e9aa502e0
      https://github.com/llvm/llvm-project/commit/0f9f03afca76240cc419d86e6651534e9aa502e0
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/Demangle/StringView.h
    M llvm/include/llvm/Demangle/Utility.h
    M llvm/lib/Demangle/MicrosoftDemangle.cpp
    M llvm/lib/Demangle/RustDemangle.cpp

  Log Message:
  -----------
  [StringView] remove ctor incompatible with std::string_view

Towards replacing llvm::StringView with std::string_view, remove ctor
that std::string_view doesn't have an analog for.

Reviewed By: erichkeane, MaskRay

Differential Revision: https://reviews.llvm.org/D148353




More information about the All-commits mailing list