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

Clean up uses of the bool type and make them consistent #1245

Open
bryanpkc opened this issue May 7, 2022 · 0 comments
Open

Clean up uses of the bool type and make them consistent #1245

bryanpkc opened this issue May 7, 2022 · 0 comments

Comments

@bryanpkc
Copy link
Collaborator

bryanpkc commented May 7, 2022

Some general observation regarding the use of the bool type. Some of the files try to do 'the right thing', by adding inclusion of the stdbool.h header and even handle the lack of it on Windows. All-lower-case bool, true, false is used there. Other places inherit the initial flang mess with bool type used lowercase with TRUE and FALSE uppercase literals.

Originally posted by @pawosm-arm in #1215 (comment)

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

No branches or pull requests

1 participant