Update for clang r203213

llvm-svn: 203217
This commit is contained in:
Ben Langmuir 2014-03-07 08:31:36 +00:00
parent bb2f047346
commit 9f0bac5cd1
1 changed files with 1 additions and 1 deletions

View File

@ -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.