[PATCH] D53207: Fix bug 26547 - alignof should return ABI alignment, not preferred alignment

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 26 12:30:24 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL345419: PR26547: alignof should return ABI alignment, not preferred alignment (authored by rsmith, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D53207?vs=171247&id=171333#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53207

Files:
  cfe/trunk/docs/ReleaseNotes.rst
  cfe/trunk/include/clang/AST/Stmt.h
  cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/include/clang/Basic/LangOptions.h
  cfe/trunk/include/clang/Basic/TypeTraits.h
  cfe/trunk/lib/AST/ASTDumper.cpp
  cfe/trunk/lib/AST/Expr.cpp
  cfe/trunk/lib/AST/ExprConstant.cpp
  cfe/trunk/lib/AST/ItaniumMangle.cpp
  cfe/trunk/lib/AST/StmtPrinter.cpp
  cfe/trunk/lib/Frontend/CompilerInvocation.cpp
  cfe/trunk/lib/Parse/ParseExpr.cpp
  cfe/trunk/lib/Sema/SemaChecking.cpp
  cfe/trunk/lib/Sema/SemaExpr.cpp
  cfe/trunk/test/Headers/thumbv7-apple-ios-types.cpp
  cfe/trunk/test/Sema/align-x86-abi7.c
  cfe/trunk/test/Sema/align-x86.c
  cfe/trunk/test/SemaCXX/align-x86-abi7.cpp
  cfe/trunk/test/SemaCXX/align-x86.cpp
  cfe/trunk/test/SemaCXX/alignof.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53207.171333.patch
Type: text/x-patch
Size: 28183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181026/4d062ab2/attachment.bin>


More information about the llvm-commits mailing list