llvmcpy icon indicating copy to clipboard operation
llvmcpy copied to clipboard

Handle unsigned integer qualifiers

Open carsonharmon opened this issue 4 years ago • 1 comments

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.

carsonharmon avatar Aug 30 '21 14:08 carsonharmon

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

aleclearmind avatar Sep 01 '21 16:09 aleclearmind