Skip to content

Commit 2c51545

Browse files
committed
Bring back accidentally removed line
1 parent 2e07469 commit 2c51545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/CodeGen/MicrosoftCXXABI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ void MicrosoftCXXABI::emitVirtualObjectDelete(CodeGenFunction &CGF,
893893
QualType ElementType,
894894
const CXXDestructorDecl *Dtor) {
895895
// FIXME: Provide a source location here even though there's no
896+
// CXXMemberCallExpr for dtor call.
896897
EmitVirtualDestructorCall(CGF, Dtor, Dtor_Deleting, Ptr, DE,
897898
/*CallOrInvoke=*/nullptr);
898899
}

0 commit comments

Comments
 (0)