-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[libc++] cv-qualified types in atomic and atomic_ref (P3323R1) #121414
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
Open
dalg24
wants to merge
21
commits into
llvm:main
Choose a base branch
from
dalg24:atomic_ref_cv_qualified_types_p3323
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
5afe474
[libc++] cv-qualified types in atomic_ref
dalg24 fc886c3
[libc++] check that std::atomic is only instantiated for cv-unqualifi…
dalg24 69d92fa
[libc++] Mark P3323R1 as complete
dalg24 9c6dd66
[libc++] Add testing for atomic_ref store/load for cv-qualified types
dalg24 1077d03
Trim trailing empty line in test to please clang-format
dalg24 28a0107
Add volatile T test for std::atomic
dalg24 26013d0
Fix GCC error about 2nd argument to the '__atomic' builtins being a p…
dalg24 ffdda72
Convert compare_exchange_strong test
dalg24 1b24aeb
Prefer parameter list in requires-expression to avoid declval
dalg24 a2f7780
Drop unnecessary std:: qualifiers
dalg24 9ec6b04
Fix constraint on specialization for pointer-to-object types
dalg24 d878901
Update tests for pointer types such as void*
dalg24 f350f7f
Undo cxx03 changes
dalg24 b156123
Merge branch 'main' of https://github.com/llvm/llvm-project into atom…
dalg24 e0fd1a2
Merge branch 'main' of https://github.com/llvm/llvm-project into atom…
dalg24 0b96b4c
Add a release note
dalg24 dcbee5b
Prefer not is_const and not is_volatile when checking cv-unqualified
dalg24 232a8a5
Prefer using-declaration for value_type in derived classes
dalg24 d84ec1f
Merge branch 'main' of https://github.com/llvm/llvm-project into atom…
dalg24 afe849f
Follow pattern suggested by Louis in the tests
dalg24 b8a4edc
Merge branch 'main' into atomic_ref_cv_qualified_types_p3323
ldionne 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.