-
Notifications
You must be signed in to change notification settings - Fork 79
[checked-c-convert] Porting Tool Updates #642
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
Conversation
✅ Fixed.
✅ Fixed.
✅ Fixed. I used a spell checker this time :)
✅ Fixed. I used a format checker this time.
📚 Created one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thank you!
Cherry-picked from commit 53fa759 This is a major overhaul of the Checked C conversion tool. It adds Nt_array_ptr detection, maintains modifiers and qualifiers on declarations properly, handles cases more consistently, and adds more test cases.
This PR adds several new features to checked-c-convert, including NT_array detection.