aaron.ballman added a comment.

Thanks for the fix! Can you please add a release note as well?



================
Comment at: clang/test/CodeGen/dump-struct-builtin.c:653
+  // CHECK: call i32 (i8*, ...) @printf(
+   __builtin_dump_struct(&a, &printf);
+}
----------------
Can you add some test coverage for zero-width bit-fields and unnamed bit-fields 
just to demonstrate how they behave?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122248

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to