This repository was archived by the owner on Apr 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121namespace lldb_private {
2222
23- class ClangExpressionVariable ;
24-
2523class ExpressionVariable
2624 : public std::enable_shared_from_this<ExpressionVariable> {
2725public:
Original file line number Diff line number Diff line change 1515#include < map>
1616#include < string>
1717
18- #include " Plugins/ExpressionParser/Clang/ClangPersistentVariables.h"
1918#include " lldb/Core/Module.h"
2019#include " lldb/Core/StreamFile.h"
2120#include " lldb/Core/ValueObjectConstResult.h"
2221#include " lldb/Expression/DiagnosticManager.h"
2322#include " lldb/Expression/ExpressionSourceCode.h"
23+ #include " lldb/Expression/ExpressionVariable.h"
2424#include " lldb/Expression/IRExecutionUnit.h"
2525#include " lldb/Expression/IRInterpreter.h"
2626#include " lldb/Expression/Materializer.h"
You can’t perform that action at this time.
0 commit comments