diff options
Diffstat (limited to 'lldb/source/Expression/ClangFunction.cpp')
-rw-r--r-- | lldb/source/Expression/ClangFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangFunction.cpp b/lldb/source/Expression/ClangFunction.cpp index e55238d0904..d2435a78960 100644 --- a/lldb/source/Expression/ClangFunction.cpp +++ b/lldb/source/Expression/ClangFunction.cpp @@ -214,7 +214,7 @@ ClangFunction::CompileFunction (Stream &errors) // Okay, now compile this expression - m_parser.reset(new ClangExpressionParser(m_target_triple.c_str(), *this)); + m_parser.reset(new ClangExpressionParser(m_target_triple.c_str(), NULL, *this)); num_errors = m_parser->Parse (errors); |