-
Notifications
You must be signed in to change notification settings - Fork 14.8k
[C23] Implement WG14 N3037 #132939
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
Merged
Merged
[C23] Implement WG14 N3037 #132939
Changes from 17 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
8a8dcd3
[C23] Implement WG14 N3037
AaronBallman c0cc59b
Start using structural equivalence checking.
AaronBallman 0485d26
Handle enumerations
AaronBallman 5d6c4f5
Handle attributes, add a ton of tests
AaronBallman 8cebad5
Update website
AaronBallman 8c89a77
Fix failing tests
AaronBallman e44a162
Add additional test cases
AaronBallman 980a9f7
Add codegen test
AaronBallman 255e4b8
Add an enum test with a fixed underlying type
AaronBallman 2a57c85
Properly diagnose bit-fields
AaronBallman ea24cf3
Improve diagnostic consistency
AaronBallman 350666b
Fix failing tests
AaronBallman eac0f5c
Add another test, crank up diagnostic levels
AaronBallman 9b3b5b0
Even more test cases
AaronBallman 1543f75
Add additional test coverage
AaronBallman 557d726
Restore code that was still used, just not in an obvious way
AaronBallman f37909e
Change formatting based on review feedback
AaronBallman ffe77b5
Fix comments; NFC
AaronBallman d6b390f
Remove unused code
AaronBallman 2bde3a9
Fix bit-width checking and add a test case
AaronBallman d4fb30b
Use back_inserter; NFC
AaronBallman 1fa6761
Fix formatting; NFC
AaronBallman 13ce82d
Update test case to say this is implemented in Clang 21
AaronBallman fa3357c
Merge remote-tracking branch 'origin/main' into aballman-wg14-n3037
AaronBallman 730e758
Add an explicit triple to the codegen test
AaronBallman e2867ee
Merge remote-tracking branch 'origin/main' into aballman-wg14-n3037
AaronBallman f71107f
Rework attribute handling based on review feedback
AaronBallman 23c58b5
Add test codegen test for attribute handling
AaronBallman 17ba4a7
Merge remote-tracking branch 'origin/main' into aballman-wg14-n3037
AaronBallman 59d1601
Add another test case
AaronBallman 51afbe4
Oops, does not actually fix this issue.
AaronBallman f25b8a8
Merge remote-tracking branch 'origin/main' into aballman-wg14-n3037
AaronBallman 94ebba9
mergeTagTypes -> mergeTagDefinitions
AaronBallman 82ba2c9
Merge remote-tracking branch 'origin/main' into aballman-wg14-n3037
AaronBallman 4cc2089
Merge remote-tracking branch 'origin/main' into aballman-wg14-n3037
AaronBallman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.