[Lldb-commits] [PATCH] D151949: [lldb][NFCI] Use size_t in OptionValueProperties
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 1 16:47:32 PDT 2023
bulbazord created this revision.
bulbazord added reviewers: jingham, mib.
Herald added a project: All.
bulbazord requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
In many places we're using uint32_t where we should be using size_t.
We should be consistent.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151949
Files:
lldb/include/lldb/Interpreter/OptionValueProperties.h
lldb/source/Interpreter/OptionValueProperties.cpp
lldb/source/Target/Process.cpp
lldb/source/Target/Target.cpp
lldb/source/Target/Thread.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151949.527666.patch
Type: text/x-patch
Size: 11246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230601/fc315979/attachment.bin>
More information about the lldb-commits
mailing list