[Lldb-commits] [PATCH] D152582: [lldb] Change return type of UnixSignals::GetShortName

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 9 14:21:40 PDT 2023


bulbazord added a comment.

In D152582#4410002 <https://reviews.llvm.org/D152582#4410002>, @mib wrote:

> Don't you need to update the callers as well ? Otherwise LGTM.

ConstString can be implicitly converted to StringRef which is what's happening here. There are only 2 call sites, both pass in a ConstString.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152582/new/

https://reviews.llvm.org/D152582



More information about the lldb-commits mailing list