[PATCH] D99508: [SystemZ][z/OS] Add test of leading zero length bitfield in const/volatile struct

Abhina Sree via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 29 08:37:57 PDT 2021


abhina.sreeskantharajan accepted this revision.
abhina.sreeskantharajan added a comment.
This revision is now accepted and ready to land.

LGTM, have a small nit



================
Comment at: clang/test/CodeGen/SystemZ/zos-alignment.c:26
+  long            :0;
+  short           a;
+} VS0;
----------------
nit: spacing is off


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99508



More information about the cfe-commits mailing list