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 3a667fe commit 8fd0babCopy full SHA for 8fd0bab
lldb/source/Symbol/SwiftASTContext.cpp
@@ -3563,6 +3563,7 @@ swift::ASTContext *SwiftASTContext::GetASTContext() {
3563
registerIDERequestFunctions(m_ast_context_ap->evaluator);
3564
registerParseRequestFunctions(m_ast_context_ap->evaluator);
3565
registerTypeCheckerRequestFunctions(m_ast_context_ap->evaluator);
3566
+ registerSILGenRequestFunctions(m_ast_context_ap->evaluator);
3567
3568
GetASTMap().Insert(m_ast_context_ap.get(), this);
3569
0 commit comments