File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -43,3 +43,6 @@ class __multiple_inheritance MultipleInheritance;
43
43
44
44
// CHECK: class __virtual_inheritance VirtualInheritance;
45
45
class __virtual_inheritance VirtualInheritance;
46
+
47
+ // CHECK: typedef double *aligned_double __attribute__((align_value(64)));
48
+ typedef double * __attribute__ ((align_value(64 ))) aligned_double;
Original file line number Diff line number Diff line change @@ -1173,6 +1173,13 @@ namespace {
1173
1173
OS << " }\n " ;
1174
1174
}
1175
1175
1176
+ void writeValue (raw_ostream &OS) const override {
1177
+ OS << " \" ;\n " ;
1178
+ OS << " get" << getUpperName ()
1179
+ << " ()->printPretty(OS, nullptr, Policy);\n " ;
1180
+ OS << " OS << \" " ;
1181
+ }
1182
+
1176
1183
void writeDump (raw_ostream &OS) const override {}
1177
1184
1178
1185
void writeDumpChildren (raw_ostream &OS) const override {
You can’t perform that action at this time.
0 commit comments