You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NFC][lldb] Make 2 static funcs in SwiftExpressionParser member funcs
In preparation of refactoring SetupASTContext to use a call_once for
initialization, make SetupASTContext and ParseAndImport member
functions. This is needed so SwiftExpressionParser can acquire a
ThreadSafeASTContext multiple times, so it doesn't need to hold on to
that lock for the entirety of expression parsing.
0 commit comments