Change the type of the name parameter from char * to StringRef.
Follow up to D151615.
Paths
| Differential D151810
[lldb] Take StringRef name in GetIndexOfChildMemberWithName (NFC) ClosedPublic Authored by kastiglione on May 31 2023, 8:24 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 31 2023, 8:45 AM Closed by commit rG57c122d0ea1d: [lldb] Take StringRef name in GetIndexOfChildMemberWithName (NFC) (authored by kastiglione). · Explain WhyMay 31 2023, 11:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 527128 lldb/include/lldb/Symbol/CompilerType.h
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/Core/ValueObject.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/source/Symbol/CompilerType.cpp
|