Skip to content

Commit dbda478

Browse files
committed
Revert "[Clang][Sema] placement new initializes typedef array with correct size (#88902)"
This reverts commit 5c6af60. Breaks builds, see discussion in #83124
1 parent d35a643 commit dbda478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/SemaCXX/PR41441.cpp renamed to clang/test/SemaCXX/instantiate-new-placement-size.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// RUN: %clang --target=x86_64-pc-linux -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
2-
1+
// RUN: %clang -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
2+
// Issue no: 41441
33
#include <new>
44

55
// CHECK: call void @llvm.memset.p0.i64(ptr align 1 %x, i8 0, i64 8, i1 false)

0 commit comments

Comments
 (0)