This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Remove use of ConstString from StructuredDataPlugin
ClosedPublic

Authored by bulbazord on Jun 21 2023, 4:19 PM.

Details

Summary

The use of ConstString in StructuredDataPlugin is unneccessary as fast
comparisons are not neeeded for StructuredDataPlugins.

Diff Detail

Event Timeline

bulbazord created this revision.Jun 21 2023, 4:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 4:19 PM
bulbazord requested review of this revision.Jun 21 2023, 4:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2023, 4:19 PM

Looks fine to me. I will let the owner of StructuredDataDarwinLog do the final approval.

This revision is now accepted and ready to land.Jun 22 2023, 2:19 PM
mib accepted this revision.Jun 22 2023, 2:34 PM