[all-commits] [llvm/llvm-project] 3f024d: [lldb] A few small code modernizations and cleanup...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Mon Feb 23 22:04:01 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f024d08355d40e935d89c19d799ccdd298e95a7
https://github.com/llvm/llvm-project/commit/3f024d08355d40e935d89c19d799ccdd298e95a7
Author: Jason Molenda <jmolenda at apple.com>
Date: 2026-02-23 (Mon, 23 Feb 2026)
Changed paths:
M lldb/source/Core/Module.cpp
M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
M lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ObjectContainerMachOFileset.cpp
M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
Log Message:
-----------
[lldb] A few small code modernizations and cleanups [NFC] (#182656)
I was reading through ObjectContainerBSDArchive and came across some
dead method decls, a less-than-completely-clear `shared_ptr` typedef in
`ObjectContainerBSDArchive::Archive` for a shared_ptr<Archive> which was
a little unclear when reading a decl like `shared_ptr archive_sp;` for a
local variable.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list