This is an archive of the discontinued LLVM Phabricator instance.

[Demangle] remove unused params of microsoftDemangle
ClosedPublic

Authored by nickdesaulniers on Apr 21 2023, 9:45 AM.

Details

Summary

No call sites use these parameters, so drop them.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: hiraditya. · View Herald Transcript
nickdesaulniers requested review of this revision.Apr 21 2023, 9:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2023, 9:45 AM
MaskRay accepted this revision.Apr 21 2023, 2:10 PM

Note: lldb/source/Core/Mangled.cpp has a microsoftDemangle call site and needs to be updated as well.

This revision is now accepted and ready to land.Apr 21 2023, 2:10 PM
  • fix lldb, test building lldb
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2023, 3:26 PM
This revision was landed with ongoing or failed builds.Apr 21 2023, 3:46 PM
This revision was automatically updated to reflect the committed changes.