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

Nicole Mazzuca via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 25 22:04:48 PDT 2018


ubsan updated this revision to Diff 171247.
ubsan added a comment.

fix nits


Repository:
  rC Clang

https://reviews.llvm.org/D53207

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53207.171247.patch
Type: text/x-patch
Size: 27409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181026/907a9dec/attachment-0001.bin>


More information about the cfe-commits mailing list