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 b59d98d commit 6fe5cf3Copy full SHA for 6fe5cf3
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
@@ -792,7 +792,7 @@ ClangExpressionParser::ClangExpressionParser(
792
// 6. Set up the source management objects inside the compiler
793
m_compiler->createFileManager();
794
if (!m_compiler->hasSourceManager())
795
- m_compiler->createSourceManager(m_compiler->getFileManager());
+ m_compiler->createSourceManager();
796
m_compiler->createPreprocessor(TU_Complete);
797
798
switch (expr.Language().AsLanguageType()) {
0 commit comments