[clang] [clang][CodeGen] Fix memory size calculation in EmitNullBaseClassInitialization (PR #184558)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 5 13:03:46 PST 2026


================
@@ -0,0 +1,86 @@
+// RUN: %clang_cc1 -triple x86_64-windows-msvc -std=c++11 -emit-llvm -o - %s | FileCheck %s
----------------
schittir wrote:

Thanks for catching this. I fixed it with the latest patch. 

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


More information about the cfe-commits mailing list