[PATCH] D76087: [Sema][SVE] Reject sizeless types in exception specs

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 12 15:45:23 PDT 2020


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

LGTM

In theory, we actually could allow throwing sizeless types; as far as I know, nothing in the ABI actually blocks it.  But probably not worth the work to implement it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76087





More information about the cfe-commits mailing list