rjmccall added a comment.

You really can't ask whether a class template pattern is standard layout; it's 
not meaningful.

How are pointers and references passed to kernels?  Does the pointee get copied 
or something?  If so, you may have a requirement that pointee types be 
complete, in which case the only problem is probably that you're doing this 
check too soon, or doing them on declarations rather than on definition/use.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134445

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

Reply via email to