[all-commits] [llvm/llvm-project] 718e0c: [lldb][NFCI] UUID::Dump should take a reference in...

Alex via All-commits all-commits at lists.llvm.org
Mon Jun 26 10:33:38 PDT 2023


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

  Changed paths:
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Utility/UUID.h
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Interpreter/OptionValueUUID.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Utility/UUID.cpp

  Log Message:
  -----------
  [lldb][NFCI] UUID::Dump should take a reference instead of a pointer

We always assume the Stream pointer is valid, might as well be taking a
reference instead.

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




More information about the All-commits mailing list