[PATCH] D142578: [Clang][Doc] Edit the Clang release notes
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 27 09:25:14 PST 2023
aaron.ballman added inline comments.
================
Comment at: clang/docs/ReleaseNotes.rst:452-454
+
- Now diagnoses use of a member access expression or array subscript expression
within ``__builtin_offsetof`` and ``offsetof`` as being a Clang extension.
----------------
Assuming https://github.com/llvm/llvm-project/issues/60337 gets ported to the 16.0 branch, this bullet can be removed entirely.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142578/new/
https://reviews.llvm.org/D142578
More information about the cfe-commits
mailing list