[PATCH] D122668: [Clang][doc][NFC]Remove duplicate items in ReleaseNotes
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 29 10:20:49 PDT 2022
erichkeane accepted this revision.
erichkeane added a comment.
This revision is now accepted and ready to land.
2 small bits, otherwise LGTM.
================
Comment at: clang/docs/ReleaseNotes.rst:94
+- The builtin function __builtin_dump_struct would crash clang when the target
+ struct have bitfield. Now it fixed.
+ This fixes Issue `Issue 54462 <https://github.com/llvm/llvm-project/issues/54462>`_.
----------------
================
Comment at: clang/docs/ReleaseNotes.rst:113
+- Improve __builtin_dump_struct:
+
+ - Support bitfields in struct and union.
----------------
extranious newline.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122668/new/
https://reviews.llvm.org/D122668
More information about the cfe-commits
mailing list