Skip to content

Handle unsigned integer qualifiers #32

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

carsonharmon
Copy link

This is just a 1 line fix that handles integer consts that have the unsigned modifier.

In LLVM 12, there are a few consts like 1U which the python script fails to parse, this just removes the U if it's present.

Let me know if there is something else you would like me to do in order for this to be merged.

Also thanks for open sourcing this project, it's very useful.

@aleclearmind
Copy link
Contributor

Looks good! Squash the commits, use the 50/72 rule and initial capital and it can go in.
Thanks!

@aleclearmind aleclearmind marked this pull request as draft March 10, 2022 14:24
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.

2 participants