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
[lldb][NFC] Move discovery of local variables earlier in expr eval
This patch moves the discovery of local variables form
SwiftExpressionParser to SwiftUserExpression. This has two main
benefits:
- In case we're binding generic parameters, we can fail earlier if we
can't bind some variable.
- Prepares the path to implement expression evaluation with an unlimited
amount of generic parameters.
0 commit comments