Skip to content

Commit 3e0d9cf

Browse files
committed
Register parse requests with the evaluator
apple-llvm-split-commit: b661a2aaa17eb342f8248176abda29269c003180 apple-llvm-split-dir: lldb/
1 parent c8d73d9 commit 3e0d9cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Symbol/SwiftASTContext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3498,6 +3498,7 @@ swift::ASTContext *SwiftASTContext::GetASTContext() {
34983498
}
34993499

35003500
// Set up the required state for the evaluator in the TypeChecker.
3501+
registerParseRequestFunctions(m_ast_context_ap->evaluator);
35013502
registerTypeCheckerRequestFunctions(m_ast_context_ap->evaluator);
35023503

35033504
GetASTMap().Insert(m_ast_context_ap.get(), this);

0 commit comments

Comments
 (0)