[all-commits] [llvm/llvm-project] 3e5595: [Demangle] replace use of llvm::StringView w/ std:...

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Fri Apr 14 15:50:44 PDT 2023


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

  Changed paths:
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M llvm/include/llvm/Demangle/ItaniumDemangle.h
    M llvm/include/llvm/Demangle/MicrosoftDemangle.h
    M llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h
    M llvm/include/llvm/Demangle/Utility.h
    M llvm/lib/Demangle/DLangDemangle.cpp
    M llvm/lib/Demangle/ItaniumDemangle.cpp
    M llvm/lib/Demangle/MicrosoftDemangle.cpp
    M llvm/lib/Demangle/MicrosoftDemangleNodes.cpp
    M llvm/lib/Demangle/RustDemangle.cpp
    M llvm/lib/ProfileData/ItaniumManglingCanonicalizer.cpp
    M llvm/unittests/Demangle/ItaniumDemangleTest.cpp
    M llvm/unittests/Demangle/OutputBufferTest.cpp

  Log Message:
  -----------
  [Demangle] replace use of llvm::StringView w/ std::string_view

This refactoring was waiting on converting LLVM to C++17.

Leave StringView.h and cleanup around for subsequent cleanup.

Reviewed By: MaskRay

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




More information about the All-commits mailing list