[PATCH] D142578: [Clang][Doc] Edit the Clang release notes

Roy Jacobson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 28 08:53:06 PST 2023


royjacobson marked 5 inline comments as done.
royjacobson 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:
> 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
done.


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