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

v.checker: remove notice when shifting signed int for @[translated] #20935

Merged

Conversation

MCausc78
Copy link
Contributor

@MCausc78 MCausc78 commented Mar 1, 2024

Removes notice for

int f(int i) {
	return i << 2;
}

when translated with c2v.

@spytheman spytheman merged commit febc4a7 into vlang:master Mar 1, 2024
54 checks passed
@MCausc78 MCausc78 deleted the remove-shift-notices-for-translated branch March 1, 2024 19:45
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.

None yet

2 participants