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

P1831R1: Deprecating volatile: library #100038

Open
cjdb opened this issue Jul 23, 2024 · 3 comments · May be fixed by #101439
Open

P1831R1: Deprecating volatile: library #100038

cjdb opened this issue Jul 23, 2024 · 3 comments · May be fixed by #101439
Labels
c++20 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. potentially good for outreach Consider this issue as a good first issue for someone that has spoken to an experienced LLVM dev wg21 paper Issues representing the implementation of a WG21 paper

Comments

@cjdb
Copy link
Contributor

cjdb commented Jul 23, 2024

Link: https://wg21.link/p1831r1

@cjdb cjdb added libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. c++20 labels Jul 23, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jul 23, 2024

@llvm/issue-subscribers-c-20

Author: Christopher Di Bella (cjdb)

@cjdb cjdb added the good first issue https://github.com/llvm/llvm-project/contribute label Jul 24, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jul 24, 2024

@llvm/issue-subscribers-good-first-issue

Author: Christopher Di Bella (cjdb)

**Link:** https://wg21.link/p1831r1

@ldionne ldionne added the wg21 paper Issues representing the implementation of a WG21 paper label Jul 30, 2024
@jkarns275
Copy link

Working on this

@cjdb cjdb added potentially good for outreach Consider this issue as a good first issue for someone that has spoken to an experienced LLVM dev and removed good first issue https://github.com/llvm/llvm-project/contribute labels Aug 1, 2024
@ldionne ldionne changed the title Implement 'P1831R1 Deprecating volatile: library' P1831R1: Deprecating volatile: library Aug 1, 2024
@llvm llvm deleted a comment from llvmbot Aug 5, 2024
@cjdb cjdb linked a pull request Aug 5, 2024 that will close this issue
jkarns275 added a commit to jkarns275/llvm-project that referenced this issue Aug 5, 2024
variant helper methods, and deprecate many volatile atomic methods when
that atomic type is not guaranteed to always be lock-free.

Closes llvm#100038
jkarns275 added a commit to jkarns275/llvm-project that referenced this issue Aug 6, 2024
variant helper methods, and deprecate many volatile atomic methods when
that atomic type is not guaranteed to always be lock-free.

Closes llvm#100038
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++20 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. potentially good for outreach Consider this issue as a good first issue for someone that has spoken to an experienced LLVM dev wg21 paper Issues representing the implementation of a WG21 paper
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

4 participants