[PATCH] D51809: [CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructors

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 5 09:35:39 PDT 2018


yaxunl updated this revision to Diff 168479.
yaxunl retitled this revision from "[CUDA][HIP] Fix assertion in LookupSpecialMember" to "[CUDA][HIP] Fix ShouldDeleteSpecialMember for inherited constructors".
yaxunl edited the summary of this revision.
yaxunl added a comment.

Revised by Justin's comments.

Handle the situation where an inherited constructor is faked to be a default constructor but it is really not.


https://reviews.llvm.org/D51809

Files:
  lib/Sema/SemaDeclCXX.cpp
  test/SemaCUDA/implicit-member-target-inherited.cu
  test/SemaCUDA/inherited-ctor.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51809.168479.patch
Type: text/x-patch
Size: 10692 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181005/bf007a89/attachment.bin>


More information about the cfe-commits mailing list