[PATCH] D75572: [Sema][SVE] Reject sizeof and alignof for sizeless types

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 3 16:40:25 PST 2020


efriedma added a comment.

Just looked at the comment on D75572 <https://reviews.llvm.org/D75572>; not sure if RequireCompleteType is going to reject sizeless types.  In any case, you have to instantiate templates using RequireCompleteType before you can determine whether a type is sizeless.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75572





More information about the cfe-commits mailing list