As with D151615, which changed GetIndexOfChildMemberWithName to take a StringRef
instead of a ConstString, this change does the same for GetIndexOfChildWithName.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm
lldb/source/Core/ValueObjectSyntheticFilter.cpp | ||
---|---|---|
338 | Could pass name_ref directly now, instead of doing the implicit conversion |
lldb/source/Core/ValueObjectSyntheticFilter.cpp | ||
---|---|---|
338 | This is a different GetIndexOfChildWithName, in the SyntheticChildrenFrontEnd class. It still takes a ConstString, changing it is a follow up. |
Could pass name_ref directly now, instead of doing the implicit conversion