Skip to content

Commit eeaf069

Browse files
authored
Merge pull request #3423 from apple/lldb-Add-call-to-registerClangImporterRequestFunctions-in-SwiftASTContext
[lldb] Add call to registerClangImporterRequestFunctions in SwiftASTContext
2 parents f41ffff + 41c3c52 commit eeaf069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3538,6 +3538,7 @@ swift::ASTContext *SwiftASTContext::GetASTContext() {
35383538
registerIDERequestFunctions(m_ast_context_ap->evaluator);
35393539
registerParseRequestFunctions(m_ast_context_ap->evaluator);
35403540
registerTypeCheckerRequestFunctions(m_ast_context_ap->evaluator);
3541+
registerClangImporterRequestFunctions(m_ast_context_ap->evaluator);
35413542
registerSILGenRequestFunctions(m_ast_context_ap->evaluator);
35423543
registerSILOptimizerRequestFunctions(m_ast_context_ap->evaluator);
35433544
registerTBDGenRequestFunctions(m_ast_context_ap->evaluator);

0 commit comments

Comments
 (0)