[PATCH] D61667: Assume `__cxa_allocate_exception` returns an under-aligned memory on Darwin if the version of libc++abi isn't new enough to include the fix in r319123

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 9 17:22:13 PDT 2019


ahatanak updated this revision to Diff 198959.
ahatanak added a comment.

Update the comment in `CheckCXXThrowOperand`.


Repository:
  rC Clang

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

https://reviews.llvm.org/D61667

Files:
  include/clang/AST/ASTContext.h
  include/clang/Basic/DiagnosticGroups.td
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/TargetInfo.h
  lib/Basic/Targets/OSTargets.h
  lib/CodeGen/ItaniumCXXABI.cpp
  lib/Sema/SemaExprCXX.cpp
  test/CodeGenCXX/eh.cpp
  test/SemaCXX/warn-overaligned-type-thrown.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61667.198959.patch
Type: text/x-patch
Size: 13466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190510/90d81ed9/attachment-0001.bin>


More information about the cfe-commits mailing list