summaryrefslogtreecommitdiff
path: root/include/lldb/Expression/ExpressionParser.h
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2015-09-25 20:35:58 +0000
committerSean Callanan <scallanan@apple.com>2015-09-25 20:35:58 +0000
commit1ac73d879ea1995b903670dcc927fddd57542f53 (patch)
tree70910fa1ab67646f7dc65167434104bbc72d3cb9 /include/lldb/Expression/ExpressionParser.h
parent6e4129fcfdf547980eca2515f22b0c4cceafc4da (diff)
Moved more Clang-specific parts of the expression parser into the Clang plugin.
There are still a bunch of dependencies on the plug-in, but this helps to identify them. There are also a few more bits we need to move (and abstract, for example the ClangPersistentVariables). git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@248612 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/lldb/Expression/ExpressionParser.h')
-rw-r--r--include/lldb/Expression/ExpressionParser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lldb/Expression/ExpressionParser.h b/include/lldb/Expression/ExpressionParser.h
index 1b6184135..48a11ddeb 100644
--- a/include/lldb/Expression/ExpressionParser.h
+++ b/include/lldb/Expression/ExpressionParser.h
@@ -13,7 +13,6 @@
#include "lldb/lldb-public.h"
#include "lldb/Core/ArchSpec.h"
#include "lldb/Core/Error.h"
-#include "lldb/Expression/IRForTarget.h"
#include <string>
#include <vector>