[all-commits] [llvm/llvm-project] b4827a: [lldb][NFCI] Remove ConstString from GDBRemoteComm...

Alex via All-commits all-commits at lists.llvm.org
Wed Jun 21 10:18:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b4827a3c0a7ef121ca376713e115b04eff0f5194
      https://github.com/llvm/llvm-project/commit/b4827a3c0a7ef121ca376713e115b04eff0f5194
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h

  Log Message:
  -----------
  [lldb][NFCI] Remove ConstString from GDBRemoteCommunicationClient::ConfigureRemoteStructuredData

ConstString's benefits are not being utilized here, StringRef is
sufficient.

Differential Revision: https://reviews.llvm.org/D153177




More information about the All-commits mailing list