[PATCH] D130421: [Clang] De-deprecate volatile compound operations

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 23 05:41:09 PDT 2022


cor3ntin created this revision.
Herald added a project: All.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

As per P2327R1,

| =, &= and ^= are no longer deprecated in all languages mode. |


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130421

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaExpr.cpp
  clang/test/SemaCXX/deprecated.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130421.447061.patch
Type: text/x-patch
Size: 6330 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220723/861cd3c7/attachment.bin>


More information about the cfe-commits mailing list