[Lldb-commits] [PATCH] D153710: [lldb][NFCI] UUID::Dump should take a reference instead of a pointer

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Jun 24 12:24:57 PDT 2023


bulbazord created this revision.
bulbazord added reviewers: JDevlieghere, mib, fdeazeve.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153710

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153710.534255.patch
Type: text/x-patch
Size: 4742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230624/a11db20a/attachment.bin>


More information about the lldb-commits mailing list