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

Fix cidentlist handling of single quotes in numeric literals #288

Conversation

KangarooKoala
Copy link
Contributor

Previously, cidentlist.py would assume that single quotes (outside of comments and strings) were only used to indicate character literals, but as of C++ 14, single quotes can also appear between digits in integer and decimal literals (as a readability aid).

@calcmogul calcmogul merged commit 34e0d18 into wpilibsuite:main Oct 10, 2024
14 checks passed
@KangarooKoala KangarooKoala deleted the fix-cidentlist-single-quote-in-numeric-literals branch October 10, 2024 04:48
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