efriedma added a comment.

Does the following work with the updated patch?

  class Empty {};
  class UnionClass : Empty {
    [[no_unique_address]] union X {
    private:
      Empty x;
      alignas(2) char C;
    } U;
    char C;
  };
  UnionClass L;


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139741

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

Reply via email to