-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[clang] Implement CWG2627 Bit-fields and narrowing conversions #78112
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
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
92f8720
[clang] [SemaCXX] Implement CWG2627 Bit-fields and narrowing conversions
MitalAshok 94eb475
Merge branch 'main' into cwg2627
MitalAshok 21ef478
[NFC] style changes
MitalAshok 2f5ae05
Remove pedantic warning since this is a DR
MitalAshok 7801e32
Incorporate suggestions
MitalAshok bc886bc
Get rid of regex directives
MitalAshok 516f664
Make sure FromWidth doesn't increase with oversized bit-fields
MitalAshok 6b46fc9
Fix windows test failure
MitalAshok aa038d0
Moved bitint tests to SemaCXX tests and removed __int128 from dr tests
MitalAshok f896bcf
Merge branch 'main' into cwg2627
MitalAshok 362e434
_Static_assert -> static_assert
MitalAshok 9aaada9
Merge branch 'main' into cwg2627
MitalAshok 395522e
Merge branch 'main' into cwg2627
MitalAshok 0eb6dff
Retarget clang 20
MitalAshok 6f712ea
Merge branch 'main' into cwg2627
MitalAshok a2b5d52
Add test for C
MitalAshok b766ee2
__BITINT_MAXWIDTH__ >= 64
MitalAshok e15dc9b
No need to test cross os compile
MitalAshok fc340db
Merge branch 'main' into cwg2627
MitalAshok 6406a74
Fix test failure
MitalAshok 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
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.