[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 16:29:41 PDT 2019
ahatanak updated this revision to Diff 198939.
ahatanak marked 6 inline comments as done.
ahatanak added a comment.
Herald added a subscriber: aheejin.
Address review comments.
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.198939.patch
Type: text/x-patch
Size: 13345 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190509/1ac08092/attachment-0001.bin>
More information about the cfe-commits
mailing list