[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
Tue Oct 23 23:16:30 PDT 2018


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

Finish doing the thing! all tests are passing, at least on the revision I'm running on :)

@rsmith please check the thing!


Repository:
  rC Clang

https://reviews.llvm.org/D53207

Files:
  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.170814.patch
Type: text/x-patch
Size: 25775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181024/3e47e27d/attachment-0001.bin>


More information about the cfe-commits mailing list