[PATCH] D47757: [Sema] Diagnose unavailable aligned deallocation functions called from deleting destructors.
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 4 19:25:35 PDT 2018
ahatanak created this revision.
ahatanak added reviewers: rsmith, vsapsai, EricWF, erik.pilkington.
Deallocation functions are called from deleting destructors that are declared virtual. Issue an error if an aligned deallocation function is selected but is not available.
Repository:
rC Clang
https://reviews.llvm.org/D47757
Files:
include/clang/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/unavailable_aligned_allocation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47757.149896.patch
Type: text/x-patch
Size: 5751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180605/f4071631/attachment.bin>
More information about the cfe-commits
mailing list