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

Change while to do-while #360

Closed
wants to merge 1 commit into from
Closed

Change while to do-while #360

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 21, 2019

No description provided.

The assert statement says that the location must be a macroID, which is true. However, the while statements checks for that again, which is unnecessary, and gives warnings for returning a potentially non-initialized variable. For this reason, I suggest changing the while to a do-while loop while keeping the assert where it is.
@JDevlieghere
Copy link
Member

Non Apple-specific code should go upstream (llvm.org). Please take a look at https://llvm.org/docs/Contributing.html

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

1 participant