summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2015-09-03 00:35:46 +0000
committerSean Callanan <scallanan@apple.com>2015-09-03 00:35:46 +0000
commite33724f371eae590d984f0be7e943b670b99274a (patch)
tree6832014aca30111c0d42b8d9fc0b134482af3d9f /lldb/source/Core/ValueObject.cpp
parente90dc827e05f71f5c6a66513fd38c822dd2360a7 (diff)
downloadbcm5719-llvm-e33724f371eae590d984f0be7e943b670b99274a.tar.gz
bcm5719-llvm-e33724f371eae590d984f0be7e943b670b99274a.zip
In preparation for factoring persistent variables into a generic part and a
Clang-specific part, create the ExpressionVariable source/header file and move ClangExpressionVariable into the Clang expression parser plugin. It is expected that there are some ugly #include paths... these will be resolved by either (1) making that code use generic expression variables (once they're separated appropriately) or (2) moving that code into a plug-in, often the expression parser plug-in. llvm-svn: 246737
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r--lldb/source/Core/ValueObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index 96ba0b34450..307070bd9b8 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -35,7 +35,7 @@
#include "lldb/DataFormatters/StringPrinter.h"
#include "lldb/DataFormatters/ValueObjectPrinter.h"
-#include "lldb/Expression/ClangExpressionVariable.h"
+#include "lldb/../../source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h"
#include "lldb/Expression/ClangPersistentVariables.h"
#include "lldb/Host/Endian.h"
OpenPOWER on IntegriCloud