[all-commits] [llvm/llvm-project] 0871f2: [lldb][NFCI] Use size_t in OptionValueProperties

Alex via All-commits all-commits at lists.llvm.org
Mon Jun 5 12:58:06 PDT 2023


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

  Changed paths:
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/Thread.cpp

  Log Message:
  -----------
  [lldb][NFCI] Use size_t in OptionValueProperties

In many places we're using uint32_t where we should be using size_t.
We should be consistent.

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




More information about the All-commits mailing list