[PATCH] D142578: [Clang][Doc] Edit the Clang release notes
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jan 28 04:59:49 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.
----------------
aaron.ballman wrote:
> Assuming https://github.com/llvm/llvm-project/issues/60337 gets ported to the 16.0 branch, this bullet can be removed entirely.
and that did land in 84f3164c1d9ce024f59221dcfbc8ab050de73748
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