We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b89af commit 6ed901fCopy full SHA for 6ed901f
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
@@ -780,7 +780,7 @@ ClangExpressionParser::ClangExpressionParser(
780
SetupTargetOpts(*m_compiler, *target_sp);
781
782
// 3. Create and install the target on the compiler.
783
- m_compiler->createDiagnostics();
+ m_compiler->createDiagnostics(m_compiler->getVirtualFileSystem());
784
// Limit the number of error diagnostics we emit.
785
// A value of 0 means no limit for both LLDB and Clang.
786
m_compiler->getDiagnostics().setErrorLimit(target_sp->GetExprErrorLimit());
0 commit comments