[all-commits] [llvm/llvm-project] d12979: [lldb-dap] Remove GetSigned from JSONUtils (NFC)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Sun May 11 16:31:02 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d129790ae89a106597e19475b6332e73cea663c2
      https://github.com/llvm/llvm-project/commit/d129790ae89a106597e19475b6332e73cea663c2
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-05-11 (Sun, 11 May 2025)

  Changed paths:
    M lldb/tools/lldb-dap/JSONUtils.cpp

  Log Message:
  -----------
  [lldb-dap] Remove GetSigned from JSONUtils (NFC)

This function was replaced by GetInteger<T> which can handle both signed
and unsigned values. It currently had one caller in JSONUtils, which
this patch updates.



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