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

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


dblaikie added subscribers: teemperor, dblaikie.
dblaikie added a comment.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D49309





More information about the lldb-commits mailing list