[Lldb-commits] [PATCH] D59030: Pass ConstString by value
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Mar 6 13:14:50 PST 2019
jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.
Looks good to me.
================
Comment at: lldb/www/architecture/varformats.html:121
virtual size_t
- GetIndexOfChildWithName (const ConstString &name) = 0;
+ GetIndexOfChildWithName (ConstString amp;name) = 0;
</li>
----------------
big bug! :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59030/new/
https://reviews.llvm.org/D59030
More information about the lldb-commits
mailing list