[all-commits] [llvm/llvm-project] ae1066: [lldb] Provide a getter for m_materializer_up in L...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon Nov 4 00:06:01 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ae10661a8121558679463a57dd8661c81895f3ff
https://github.com/llvm/llvm-project/commit/ae10661a8121558679463a57dd8661c81895f3ff
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths:
M lldb/include/lldb/Expression/Expression.h
M lldb/include/lldb/Expression/LLVMUserExpression.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
Log Message:
-----------
[lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead of relying on it being accessible.
Summary:
Motivated by Swift using the materializer in a few places which requires us to add this getter ourselves.
We also need a setter, but let's keep this minimal to unblock the downstream reverts in Swift.
Reviewers: davide
Reviewed By: davide
Subscribers: abidh, JDevlieghere, lldb-commits
Tags: #upstreaming_lldb_s_downstream_patches, #lldb
Differential Revision: https://reviews.llvm.org/D69714
More information about the All-commits
mailing list