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.
2 parents f41ffff + 41c3c52 commit eeaf069Copy full SHA for eeaf069
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -3538,6 +3538,7 @@ swift::ASTContext *SwiftASTContext::GetASTContext() {
3538
registerIDERequestFunctions(m_ast_context_ap->evaluator);
3539
registerParseRequestFunctions(m_ast_context_ap->evaluator);
3540
registerTypeCheckerRequestFunctions(m_ast_context_ap->evaluator);
3541
+ registerClangImporterRequestFunctions(m_ast_context_ap->evaluator);
3542
registerSILGenRequestFunctions(m_ast_context_ap->evaluator);
3543
registerSILOptimizerRequestFunctions(m_ast_context_ap->evaluator);
3544
registerTBDGenRequestFunctions(m_ast_context_ap->evaluator);
0 commit comments