This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFCI] Change return type of Properties::GetExperimentalSettingsName
ClosedPublic

Authored by bulbazord on Jun 1 2023, 5:07 PM.

Details

Summary

Most users of this stick it into a StringRef. The one user that doesn't
just tries to get the length out of it, which we can precompute by
putting it in a constexpr StringLiteral.

Diff Detail

Event Timeline

bulbazord created this revision.Jun 1 2023, 5:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 5:07 PM
bulbazord requested review of this revision.Jun 1 2023, 5:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 1 2023, 5:07 PM
This revision is now accepted and ready to land.Jun 13 2023, 10:40 AM
mib accepted this revision.Jun 13 2023, 11:04 AM