krasin marked 2 inline comments as done. krasin added inline comments.
================ Comment at: lib/CodeGen/MicrosoftCXXABI.cpp:1820-1833 + ASTContext &Context = getContext(); + SourceLocation CallLoc = CE ? CE->getLocStart() : SourceLocation(); + CGF.EmitTypeCheck(CodeGenFunction::TCK_MemberCall, + CallLoc, This.getPointer(), + Context.getRecordType(Dtor->getParent())); + // We have only one destructor in the vftable but can get both behaviors ---------------- pcc wrote: > If you undo this part do the tests still pass? Thank you for the catch. Yes, the other check covers this case too. Reverted this file. https://reviews.llvm.org/D26559 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits