Skip to content

Commit 2a1c851

Browse files
authored
Merge pull request #1948 from apple/register-parse-request-functions
Register parse requests with the evaluator apple-llvm-split-commit: b9221d563899d9577a5d48b08a9c9dcf21bcb2b6 apple-llvm-split-dir: lldb/
2 parents c8d73d9 + 3e0d9cf commit 2a1c851

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)