[all-commits] [llvm/llvm-project] 398f3b: [lldb] Add synthetic formatter for llvm::Expected ...
Dave Lee via All-commits
all-commits at lists.llvm.org
Thu Dec 5 19:31:42 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 398f3b368af9bced530e65c02bb38136d7f69caf
https://github.com/llvm/llvm-project/commit/398f3b368af9bced530e65c02bb38136d7f69caf
Author: Dave Lee <davelee.com at gmail.com>
Date: 2024-12-05 (Thu, 05 Dec 2024)
Changed paths:
M llvm/utils/lldbDataFormatters.py
Log Message:
-----------
[lldb] Add synthetic formatter for llvm::Expected (#118758)
Adds a synthetic formatter for `llvm::Expected<T>`. The synthetic value
will have a single child, either `value` or `error`.
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