[PATCH] D122248: [clang][CodeGen]Fix clang crash and add bitfield support in __builtin_dump_struct

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 11:20:17 PDT 2022


erichkeane added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:81
   `Issue 50541 <https://github.com/llvm/llvm-project/issues/50541>`_.
-
+- The builtin function __builtin_dump_struct would crash clang when the target 
+  struct have bitfield. Now it fixed, and __builtin_dump_struct support dump
----------------
yihanaa wrote:
> erichkeane wrote:
> > Perhaps worth making a separate release note for the change in format?  
> Okay, Under which ReleaseNotes tag should I add? i can't think of a good idea 😂
I think attribute changes would be a good idea (in addition to this one staying where it is).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122248/new/

https://reviews.llvm.org/D122248



More information about the cfe-commits mailing list