Skip to content

Commit d35a643

Browse files
committed
Revert "Fix test from #83124 and #88902"
This reverts commit 0a789ea. Breaks builds, see discussion in #83124
1 parent b090569 commit d35a643

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

clang/test/SemaCXX/PR41441.cpp

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clang --target=x86_64-pc-linux -S -fno-discard-value-names -emit-llvm -o - %s | FileCheck %s
22

3-
namespace std {
4-
using size_t = decltype(sizeof(int));
5-
};
6-
void* operator new[](std::size_t, void*) noexcept;
3+
#include <new>
74

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

0 commit comments

Comments
 (0)