[PATCH] D97525: [llvm][utils] Support dereferencing llvm::Optional lldb formatter
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 23:18:40 PST 2021
JDevlieghere added a comment.
Awesome. Can't wait to use this.
================
Comment at: llvm/utils/lldbDataFormatters.py:126
+class OptionalSynthProvider:
+ "Provides deref support to llvm::Optional<T>"
+ def __init__(self, valobj, internal_dict):
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97525/new/
https://reviews.llvm.org/D97525
More information about the llvm-commits
mailing list