Skip to content

Commit

Permalink
Revert "[Clang][Sema] placement new initializes typedef array with co…
Browse files Browse the repository at this point in the history
…rrect size (#88902)"

This reverts commit 5c6af60.

Breaks builds, see discussion in #83124
  • Loading branch information
metaflow committed Apr 17, 2024
1 parent d35a643 commit dbda478
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %clang --target=x86_64-pc-linux -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s

// RUN: %clang -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
// Issue no: 41441
#include <new>

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

0 comments on commit dbda478

Please sign in to comment.