This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Improve RichManglingContext ergonomics (NFC)
ClosedPublic

Authored by JDevlieghere on Feb 3 2022, 4:02 PM.

Details

Summary

Have the different ::Parse.* methods return the demangled string directly instead of having to go through ::GetBufferRef.

Diff Detail

Event Timeline

clayborg accepted this revision.Feb 3 2022, 5:00 PM

Nice, thanks! One of your patches will need to be rebased depending on which one goes in first (this one or https://reviews.llvm.org/D118814).

This revision is now accepted and ready to land.Feb 3 2022, 5:00 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2022, 10:18 AM