This is an archive of the discontinued LLVM Phabricator instance.

[Demangle] convert microsoftDemangle to take a std::string_view
ClosedPublic

Authored by nickdesaulniers on Jun 5 2023, 10:19 AM.

Details

Summary

This should be last of the "bottom-up conversions" of various demanglers
to accept std::string_view. After this, D149104 may be revisited.

Diff Detail

Event Timeline

Herald added a reviewer: MaskRay. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: hiraditya. · View Herald Transcript
nickdesaulniers requested review of this revision.Jun 5 2023, 10:19 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 5 2023, 10:19 AM
MaskRay accepted this revision.Jun 5 2023, 10:49 AM
This revision is now accepted and ready to land.Jun 5 2023, 10:49 AM

This patch should have fixed the callsite in llvm::demangle...I will fix that up in D149104 which I am actively rebasing.