[all-commits] [llvm/llvm-project] 7277a7: [Demangle] remove unused params of itaniumDemangle
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Wed May 3 09:58:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7277a72b908d27eb8449073b0c461f23bf8bfc0a
https://github.com/llvm/llvm-project/commit/7277a72b908d27eb8449073b0c461f23bf8bfc0a
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 params of itaniumDemangle
No call sites use these parameters, so drop them.
Equivalent to D148940.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D149703
More information about the All-commits
mailing list