[all-commits] [llvm/llvm-project] bca378: [lldb][NFC] Overload raw_ostream operator << for C...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Fri May 22 02:25:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bca378f68a7d21f9da7d2f86a54fdbb5604b4d05
      https://github.com/llvm/llvm-project/commit/bca378f68a7d21f9da7d2f86a54fdbb5604b4d05
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-05-22 (Fri, 22 May 2020)

  Changed paths:
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/source/Core/Section.cpp
    M lldb/source/Symbol/Function.cpp

  Log Message:
  -----------
  [lldb][NFC] Overload raw_ostream operator << for ConstString

Summary: We are not doing this very often, but sometimes it's convenient when I can just << ConstStrings into llvm::errs() during testing.

Reviewers: labath, JDevlieghere

Reviewed By: labath, JDevlieghere

Subscribers: JDevlieghere

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




More information about the All-commits mailing list