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

Wang Yihan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 24 11:45:40 PDT 2022


yihanaa updated this revision to Diff 417999.
yihanaa marked an inline comment as done.
yihanaa added a comment.

Use ``FD->getDeclName().empty()`` instead of ``FD->getNameAsString().empty()``
Add a the format changes to release notes


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122248

Files:
  clang/docs/ReleaseNotes.rst
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/dump-struct-builtin.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122248.417999.patch
Type: text/x-patch
Size: 48802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220324/7cda40e9/attachment-0001.bin>


More information about the cfe-commits mailing list