[all-commits] [llvm/llvm-project] 9473e1: [DWIMPrint] Move the setting of the result status ...
Adrian Prantl via All-commits
all-commits at lists.llvm.org
Thu Jun 20 12:50:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9473e162b92a7e0bb1471eaaa6cbd6b5fc104fed
https://github.com/llvm/llvm-project/commit/9473e162b92a7e0bb1471eaaa6cbd6b5fc104fed
Author: Adrian Prantl <aprantl at apple.com>
Date: 2024-06-20 (Thu, 20 Jun 2024)
Changed paths:
M lldb/source/Commands/CommandObjectDWIMPrint.cpp
Log Message:
-----------
[DWIMPrint] Move the setting of the result status into dump_val_object (#96232)
Previously the result would get overwritten by a success on all code
paths.
This is another NFC change for TypeSystemClang, because an object
description cannot actually fail there. It will have different behavior
in the Swift plugin.
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