We always assume the Stream pointer is valid, might as well be taking a
reference instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153710
[lldb][NFCI] UUID::Dump should take a reference instead of a pointer ClosedPublic Authored by bulbazord on Jun 24 2023, 12:24 PM.
Details Summary We always assume the Stream pointer is valid, might as well be taking a
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 24 2023, 1:43 PM Closed by commit rG718e0cd6e724: [lldb][NFCI] UUID::Dump should take a reference instead of a pointer (authored by bulbazord). · Explain WhyJun 26 2023, 10:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 534635 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
|