[clang] [MS][clang] Add support for vector deleting destructors (PR #126240)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 05:31:02 PST 2025


================
@@ -1433,6 +1433,83 @@ static bool CanSkipVTablePointerInitialization(CodeGenFunction &CGF,
   return true;
 }
 
+namespace {
+llvm::Value *LoadThisForDtorDelete(CodeGenFunction &CGF,
----------------
Fznamznon wrote:

I moved it back. It seems in some earlier iteration of the patch I used it, but now I don't.

https://github.com/llvm/llvm-project/pull/126240


More information about the cfe-commits mailing list