[clang] [Clang][Sema] placement new initializes typedef array with correct size (PR #88902)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 16 12:14:23 PDT 2024


================
@@ -1,5 +1,5 @@
-// RUN: %clang -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
-// Issue no: 41441
+// RUN: %clang --target=x86_64-pc-linux -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
+
 #include <new>
----------------
erichkeane wrote:

Should be good as of 0a789ea8a

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


More information about the cfe-commits mailing list