We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b69b26 commit 5c0e520Copy full SHA for 5c0e520
compiler-rt/test/tysan/constexpr-subobject.cpp
@@ -1,5 +1,5 @@
1
// RUN: %clang_tysan -O0 %s -o %t && %run %t >%t.out 2>&1
2
-// RUN: FileCheck %s < %t.out
+// RUN: FileCheck --allow-empty %s < %t.out
3
4
// CHECK-NOT: TypeSanitizer
5
compiler-rt/test/tysan/ptr-float.c
@@ -7,7 +7,7 @@ void zero_array() {
7
for (i = 0; i < 1; ++i)
8
P[i] = 0.0f;
9
// CHECK: ERROR: TypeSanitizer: type-aliasing-violation
10
- // CHECK: WRITE of size 4 at {{.*}} with type float accesses an existing object of type any pointer
+ // CHECK: WRITE of size 4 at {{.*}} with type float accesses an existing object of type p1 float
11
// CHECK: {{#0 0x.* in zero_array .*ptr-float.c:}}[[@LINE-3]]
12
}
13
0 commit comments