From 9f0bac5cd120693aae0c55824f19b557ca71d0ae Mon Sep 17 00:00:00 2001 From: Ben Langmuir Date: Fri, 7 Mar 2014 08:31:36 +0000 Subject: Update for clang r203213 llvm-svn: 203217 --- lldb/source/Expression/ClangExpressionParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Expression/ClangExpressionParser.cpp') diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp index 76f0f6f1067..ccff5b56338 100644 --- a/lldb/source/Expression/ClangExpressionParser.cpp +++ b/lldb/source/Expression/ClangExpressionParser.cpp @@ -337,7 +337,7 @@ ClangExpressionParser::ClangExpressionParser (ExecutionContextScope *exe_scope, m_compiler->createSourceManager(*m_file_manager.get()); m_compiler->createFileManager(); - m_compiler->createPreprocessor(); + m_compiler->createPreprocessor(TU_Complete); // 6. Most of this we get from the CompilerInstance, but we // also want to give the context an ExternalASTSource. -- cgit v1.2.3