-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update LLVM from upstream #2499
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 all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
726e509
libc++ takes `(void)iter_swap(x, y)` too seriously
CaseyCarter fca8c58
views::counted can fail with move-only iterator lvalues
CaseyCarter 9d50b8f
Give raw_storage_iterator a proper difference type in C++20
CaseyCarter d36407c
<ranges>: iota_view::iterator's difference is broken
CaseyCarter a6b4f1c
<format>: `L` is valid (and ignored) for integral types charT and `char`
CaseyCarter eeee5af
Per [format.string.std]/7, width must be positive
CaseyCarter 337512e
Missed Ranges update to std::inserter
CaseyCarter 227e638
un-nest requirement not depicted as nested in the Working Draft
CaseyCarter e46b952
Implement final P/R of LWG-3150
CaseyCarter d05dad9
Don't use defaults to implement _Ioterator comparisons
CaseyCarter 76c887a
Abandon aggregate _Iotinel
CaseyCarter 072c836
Add concept test cases
CaseyCarter 62ad0b2
Update implementation of LWG-3569 to reflect the current PR
CaseyCarter f3de685
Workaround LLVM-48173 in `weakly_incrementable`
CaseyCarter 93cb0ae
Implement _Defaultabox converting constructor templates
CaseyCarter c47a8cf
Fix iterator_traits<common_iterator>
CaseyCarter efd4f44
_Define_ default constructor of basic_format_args
CaseyCarter f769d45
Workaround DevCom-1632113 in `to_address`
CaseyCarter 0c932a4
Oops - bug in ranges::uninitialized_copy_n
CaseyCarter 413cdd7
Update skips and magic_comments; bump LLVM reference
CaseyCarter 8a72a06
Update skips to allow for ARM/ARM64 variations
CaseyCarter 6aa149a
Two more skips
CaseyCarter 743dd63
Update tests.py for C++23
CaseyCarter 3854b91
Merge: views::counted tweak
CaseyCarter 25c87dd
Replace duplicate LLVM bug
CaseyCarter f9bd522
Merge branch 'main' into llvm
CaseyCarter 876bf51
Update skips after merging main
CaseyCarter 2857309
Restore _Iotinel's aggregateness
CaseyCarter e2ab01d
More review comments
CaseyCarter b76b4fb
More review comments
CaseyCarter d182686
Merge branch 'main' into llvm
CaseyCarter 4cb99ac
Charlie's comments
CaseyCarter 1494fb1
Revert warning suppression
CaseyCarter 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
Submodule llvm-project
updated
from 605751 to b8d38e
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.