[Lldb-commits] [PATCH] D49309: No longer pass a StringRef to the Python API

David Blaikie via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 16 10:23:29 PDT 2018


If  the implementation of a function requires a string - it should probably
accept string (not a StringRef) as a parameter - to avoid back-and-forth
conversions in cases where the caller already has a string to use.

On Fri, Jul 13, 2018 at 12:43 PM Stella Stamenova via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:

> stella.stamenova added a comment.
>
> All better now! Tests are passing.
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D49309
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180716/4aeebbe8/attachment.html>


More information about the lldb-commits mailing list