[PATCH] D133711: [Sema] Reject array element types whose alignments are larger than their sizes

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 13 13:38:26 PDT 2022


ahatanak added a comment.

Unlike gcc or clang. MSVC doesn't round up the size to its alignment. I don't mean it should reject the code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133711



More information about the cfe-commits mailing list