[PATCH] D159522: [Clang][C] Fixed a bug where we reject an _Atomic qualified integer in a switch statment
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 15 12:13:47 PDT 2023
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM (with a tiny nit with the formatting in the release notes), thank you for the fix!
================
Comment at: clang/docs/ReleaseNotes.rst:223
(`#64836 <https://github.com/llvm/llvm-project/issues/64836>`_)
+- Clang now allows an `_Atomic` qualified integer in a switch statement. Fixes
+ (`#65557 <https://github.com/llvm/llvm-project/issues/65557>`_)
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159522/new/
https://reviews.llvm.org/D159522
More information about the cfe-commits
mailing list