[all-commits] [llvm/llvm-project] ba43a1: [LLDB] Fix error returns in CastToBasicType and Ca...

cmtice via All-commits all-commits at lists.llvm.org
Wed Dec 4 08:11:33 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba43a102a929eb8aae60580e14f3192a705e1805
      https://github.com/llvm/llvm-project/commit/ba43a102a929eb8aae60580e14f3192a705e1805
  Author: cmtice <cmtice at google.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M lldb/source/ValueObject/ValueObject.cpp

  Log Message:
  -----------
  [LLDB] Fix error returns in CastToBasicType and CastToEnumType in ValueObject. (#117401)

Update the error returns in ValueObject::CastToBasicType and
ValueObject::CastToEnumType to create new errors and return a
ValueObjectConstResult with the error, rather tnan updating the error in
(and returning) the input ValueObject.



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