aeubanks planned changes to this revision.
aeubanks added a comment.

I'm seeing a similar crash with

  struct z {
    static z dc(z);
    z (*di)(z);
  };
  z bar = z::dc({});

going to try to fix that here as well


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118744

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

Reply via email to