This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Take StringRef name in GetIndexOfChildMemberWithName (NFC)
ClosedPublic

Authored by kastiglione on May 31 2023, 8:24 AM.

Details

Summary

Change the type of the name parameter from char * to StringRef.

Follow up to D151615.

Diff Detail