[all-commits] [llvm/llvm-project] 0ba128: [Clang] De-deprecate volatile compound operations
cor3ntin via All-commits
all-commits at lists.llvm.org
Sun Jul 24 07:17:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ba128f7c8c2b6c0842cdfebcc1db0d11ce57dd9
https://github.com/llvm/llvm-project/commit/0ba128f7c8c2b6c0842cdfebcc1db0d11ce57dd9
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2022-07-24 (Sun, 24 Jul 2022)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/SemaExpr.cpp
M clang/test/SemaCXX/deprecated.cpp
Log Message:
-----------
[Clang] De-deprecate volatile compound operations
As per P2327R1,
|=, &= and ^= are no longer deprecated in all languages mode.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D130421
More information about the All-commits
mailing list