[PATCH] D130421: [Clang] De-deprecate volatile compound operations
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 23 22:19:41 PDT 2022
cor3ntin added a comment.
@shafik Thanks for the review!
================
Comment at: clang/docs/ReleaseNotes.rst:523
This feature is available as an extension in all C and C++ language modes.
+- Implemented `P2327 De-deprecating volatile compound operations <https://wg21.link/P2327R3>`_
----------------
shafik wrote:
> `R3` did not work for me but `R1` did.
You are right it is R1 (I double checked on the straw polls page). Thanks for catching that!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130421/new/
https://reviews.llvm.org/D130421
More information about the cfe-commits
mailing list