[all-commits] [llvm/llvm-project] 354196: [lldb][NFCI] Remove use of ConstString from Listener

Alex via All-commits all-commits at lists.llvm.org
Tue Jun 13 10:17:42 PDT 2023


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

  Changed paths:
    M lldb/include/lldb/Utility/Listener.h
    M lldb/source/Utility/Listener.cpp

  Log Message:
  -----------
  [lldb][NFCI] Remove use of ConstString from Listener

The only place ConstString was used in Listener was for filtering
broadcasters by name when looking for the next event. This functionality
is completely unused from what I can tell (even in downstream forks).

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




More information about the All-commits mailing list