[all-commits] [llvm/llvm-project] 217709: remove Demangle/StringView.h

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Thu Jun 1 10:14:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 217709cbae34ec59ed366f6d77b5d612d2018245
      https://github.com/llvm/llvm-project/commit/217709cbae34ec59ed366f6d77b5d612d2018245
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2023-06-01 (Thu, 01 Jun 2023)

  Changed paths:
    M clang/docs/tools/clang-formatted-files.txt
    R libcxxabi/src/demangle/StringView.h
    M libcxxabi/src/demangle/cp-to-llvm.sh
    R llvm/include/llvm/Demangle/StringView.h
    M llvm/unittests/Demangle/CMakeLists.txt
    R llvm/unittests/Demangle/StringViewTest.cpp

  Log Message:
  -----------
  remove Demangle/StringView.h

Now that we've converted libcxxabi and llvm Demangle to use
std::string_view, this code no longer has any users. Bye bye!

Reviewed By: #libc_abi, phosek, MaskRay

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




More information about the All-commits mailing list