[all-commits] [llvm/llvm-project] f451d2: [lldb] Assert on invalid default {S, U}Int64 (NFC) ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Feb 10 15:10:43 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f451d27b387cdff14f0f45f1b3314090a5008e0c
      https://github.com/llvm/llvm-project/commit/f451d27b387cdff14f0f45f1b3314090a5008e0c
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M lldb/include/lldb/Interpreter/OptionValueSInt64.h
    M lldb/include/lldb/Interpreter/OptionValueUInt64.h

  Log Message:
  -----------
  [lldb] Assert on invalid default {S,U}Int64 (NFC) (#126590)

Both the default value and the min/max value are within LLDB's control,
so an assert is more appropriate than a runtime check.



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