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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D69714
[lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead of relying on it being accessible. ClosedPublic Authored by teemperor on Nov 1 2019, 7:18 AM.
Details Summary Motivated by Swift using the materializer in a few places which requires us to add this getter ourselves.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Nov 1 2019, 11:27 AM Closed by commit rGae10661a8121: [lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead of… (authored by teemperor). · Explain WhyNov 4 2019, 12:14 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 227445 lldb/include/lldb/Expression/Expression.h
lldb/include/lldb/Expression/LLVMUserExpression.h
lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
|