Added a language parameter to the expression parser,
which will in the future allow expressions to be
compiled as C, C++, and Objective-C instead of the
current default Objective-C++.  This feature requires
some additional support from Clang -- specifically, it
requires reference types in the parser regardless of
language -- so it is not yet exposed to the user.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144042 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/Target.cpp b/source/Target/Target.cpp
index 5c4f0ca..aec81ff 100644
--- a/source/Target/Target.cpp
+++ b/source/Target/Target.cpp
@@ -1544,6 +1544,7 @@
                     
             execution_results = ClangUserExpression::Evaluate (exe_ctx, 
                                                                execution_policy,
+                                                               lldb::eLanguageTypeUnknown,
                                                                unwind_on_error,
                                                                expr_cstr, 
                                                                prefix,