[all-commits] [llvm/llvm-project] 3b01fa: [Demangle] remove unused status param of itaniumDe...

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Wed May 3 11:58:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b01fa264c36c1c7bb293f001579e0f459a92b84
      https://github.com/llvm/llvm-project/commit/3b01fa264c36c1c7bb293f001579e0f459a92b84
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2023-05-03 (Wed, 03 May 2023)

  Changed paths:
    M llvm/include/llvm/Demangle/Demangle.h
    M llvm/lib/Demangle/Demangle.cpp
    M llvm/lib/Demangle/ItaniumDemangle.cpp
    M llvm/lib/ProfileData/GCOV.cpp
    M llvm/lib/Support/Unix/Signals.inc
    M llvm/tools/llvm-cxxfilt/llvm-cxxfilt.cpp
    M llvm/tools/llvm-itanium-demangle-fuzzer/llvm-itanium-demangle-fuzzer.cpp
    M llvm/tools/llvm-objdump/MachODump.cpp
    M llvm/tools/llvm-opt-report/OptReport.cpp

  Log Message:
  -----------
  [Demangle] remove unused status param of itaniumDemangle

No call sites interpreted this value meaningfully. Simplify this
interface.

Reviewed By: MaskRay

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




More information about the All-commits mailing list