This is an archive of the discontinued LLVM Phabricator instance.

[Clang] Implement CWG2654: Un-deprecation of compound volatile assignments
ClosedPublic

Authored by cor3ntin on Nov 29 2022, 6:33 AM.

Diff Detail

Event Timeline

cor3ntin created this revision.Nov 29 2022, 6:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 6:33 AM
cor3ntin requested review of this revision.Nov 29 2022, 6:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 6:33 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cor3ntin added a reviewer: Restricted Project.Nov 29 2022, 6:33 AM
erichkeane accepted this revision.Nov 29 2022, 6:36 AM
This revision is now accepted and ready to land.Nov 29 2022, 6:36 AM
This revision was landed with ongoing or failed builds.Nov 29 2022, 8:15 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptNov 29 2022, 8:15 AM

Thanks Erich!