[PATCH] D133711: [Sema] Reject array element types whose sizes aren't a multiple of their alignments

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 21 09:17:08 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGadaf62ced2a1: [Sema] Reject array element types whose sizes aren't a multiple of their (authored by ahatanak).

Changed prior to commit:
  https://reviews.llvm.org/D133711?vs=460735&id=461921#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133711

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaExprCXX.cpp
  clang/lib/Sema/SemaType.cpp
  clang/test/CodeGenCXX/override-layout-packed-base.cpp
  clang/test/CodeGenCXX/ubsan-new-checks.cpp
  clang/test/Layout/ms-aligned-array.c
  clang/test/Layout/ms-x86-misalignedarray.cpp
  clang/test/Sema/align-x86-64.c
  clang/test/Sema/align-x86.c
  clang/test/Sema/attr-aligned.c
  clang/test/SemaCXX/align-x86.cpp
  clang/test/SemaCXX/array-alignment.cpp
  clang/test/SemaCXX/warn-new-overaligned.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133711.461921.patch
Type: text/x-patch
Size: 15114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220921/761d6256/attachment.bin>


More information about the cfe-commits mailing list