Skip to content

[Lexer] Allow '$x' to be parsed as identifier in debugger mode. #19808

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2018

Conversation

dcci
Copy link
Member

@dcci dcci commented Oct 9, 2018

This is needed to support print $0 in lldb where $0 is the
shortcut for a closure argument. The associated lldb change
will be merged together with this one and will contain a test.

rdar://problem/201719448

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

This is needed to support `print $0` in lldb where `$0` is the
shortcut for a closure argument. The associated lldb change
will be merged together with this one and will contain a test.

<rdar://problem/201719448>
@dcci dcci requested a review from DougGregor October 9, 2018 23:18
@dcci
Copy link
Member Author

dcci commented Oct 9, 2018

Please test with following PR:
apple/swift-lldb#964

@swift-ci Please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant