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 5312be4 commit 02165f5Copy full SHA for 02165f5
clang/test/CodeGenCXX/zero-init-empty-virtual.cpp
@@ -20,16 +20,16 @@ struct Holder1 {
20
polymorphic_base a{};
21
} g_holder1;
22
23
-// CHECK: @{{.*}} = {{.*}} global %struct.Holder1 { %struct.polymorphic_base { ptr {{.*}} } }
+// CHECK: @{{.*}} = {{.*}}global %struct.Holder1 { %struct.polymorphic_base { ptr {{.*}} } }
24
25
struct Holder2 {
26
derived_virtual a{};
27
} g_holder2;
28
29
-// CHECK: @{{.*}} = {{.*}} global %struct.Holder2 zeroinitializer, align 8
+// CHECK: @{{.*}} = {{.*}}global %struct.Holder2 zeroinitializer, align 8
30
31
struct Holder3 {
32
derived a{};
33
} g_holder3;
34
35
-// CHECK: @{{.*}} = {{.*}} global { { ptr } } { { ptr } { ptr {{.*}} } }
+// CHECK: @{{.*}} = {{.*}}global { { ptr } } { { ptr } { ptr {{.*}} } }
0 commit comments