[Lldb-commits] [lldb] r203217 - Update for clang r203213
Ben Langmuir
blangmuir at apple.com
Fri Mar 7 00:31:36 PST 2014
Author: benlangmuir
Date: Fri Mar 7 02:31:36 2014
New Revision: 203217
URL: http://llvm.org/viewvc/llvm-project?rev=203217&view=rev
Log:
Update for clang r203213
Modified:
lldb/trunk/source/Expression/ClangExpressionParser.cpp
Modified: lldb/trunk/source/Expression/ClangExpressionParser.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/ClangExpressionParser.cpp?rev=203217&r1=203216&r2=203217&view=diff
==============================================================================
--- lldb/trunk/source/Expression/ClangExpressionParser.cpp (original)
+++ lldb/trunk/source/Expression/ClangExpressionParser.cpp Fri Mar 7 02:31:36 2014
@@ -337,7 +337,7 @@ ClangExpressionParser::ClangExpressionPa
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.
More information about the lldb-commits
mailing list