[clang] [win][clang] Align scalar deleting destructors with MSABI (PR #139566)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 11 11:43:03 PDT 2025
================
@@ -893,13 +893,8 @@ void MicrosoftCXXABI::emitVirtualObjectDelete(CodeGenFunction &CGF,
QualType ElementType,
const CXXDestructorDecl *Dtor) {
// FIXME: Provide a source location here even though there's no
- // CXXMemberCallExpr for dtor call.
----------------
efriedma-quic wrote:
Accidentally deleted second line of comment?
https://github.com/llvm/llvm-project/pull/139566
More information about the cfe-commits
mailing list