shafik added a comment.

Maybe add a designated init test in there as well e.g.

  struct A {
      int x {};
  };
  struct B {
      B() : a({.x = 1}) {
      }
      A a;
  };


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156307

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

Reply via email to