Skip to content
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

Split if expressions out of handle_expr #4292

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

jonmeow
Copy link
Contributor

@jonmeow jonmeow commented Sep 10, 2024

Just a small factoring thing. The if logic is sizeable, and there's no need for it to be in handle_expr (we do also have handle_brace_expr, handle_index_expr, etc)

@zygoloid zygoloid added this pull request to the merge queue Sep 10, 2024
Merged via the queue into carbon-language:trunk with commit 19f6cd2 Sep 10, 2024
10 checks passed
@jonmeow jonmeow deleted the if-expr branch September 11, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants