[Lldb-commits] [PATCH] D151615: [lldb] Change GetChildMemberWithName to take a StringRef, not ConstString
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun May 28 12:28:14 PDT 2023
bulbazord added a comment.
In D151615#4378441 <https://reviews.llvm.org/D151615#4378441>, @kastiglione wrote:
> Do you have something in mind? I figured the test suite was enough. Do you mean stress for perf, or for ensuring this change has no behavior regressions?
I meant stress test for perf. Behavior-wise I think the test suite should catch anything major. I'd be surprised if this changed behavior since you're passing the same data around but in a different form.
>> We should probably change `CompilerType::GetIndexOfChildMemberWithName` to take a `StringRef` instead of a `const char *` as a follow-up.
>
> I made the same observation. I figured this change was big enough and was also a single semantic change, so I didn't scope it out any further.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151615/new/
https://reviews.llvm.org/D151615
More information about the lldb-commits
mailing list