[PATCH] D149707: [Demangle] remove unused status param of itaniumDemangle

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 2 16:40:56 PDT 2023


nickdesaulniers created this revision.
Herald added a subscriber: hiraditya.
Herald added a reviewer: jhenderson.
Herald added a reviewer: MaskRay.
Herald added a project: All.
nickdesaulniers requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149707

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149707.518908.patch
Type: text/x-patch
Size: 6861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230502/bf1ae543/attachment.bin>


More information about the llvm-commits mailing list