As per P2327R1,
=, &= and ^= are no longer deprecated in all languages mode. |
Paths
| Differential D130421
[Clang] De-deprecate volatile compound operations ClosedPublic Authored by cor3ntin on Jul 23 2022, 5:41 AM.
Details Summary As per P2327R1,
Diff Detail
Event TimelineComment Actions LGTM but I will let Aaron accept it.
Comment Actions LGTM!
This revision is now accepted and ready to land.Jul 24 2022, 6:44 AM This revision was landed with ongoing or failed builds.Jul 24 2022, 7:17 AM Closed by commit rG0ba128f7c8c2: [Clang] De-deprecate volatile compound operations (authored by cor3ntin). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions @aaron.ballman Thanks a lot for the review. I made a separate nfc commit to address the missing revision numbers.
Revision Contents
Diff 447133 clang/docs/ReleaseNotes.rst
clang/include/clang/Sema/Sema.h
clang/lib/Sema/SemaExpr.cpp
clang/test/SemaCXX/deprecated.cpp
|
R3 did not work for me but R1 did.