more verbose context ops
[m6w6/ext-psi] / src / types / decl_type.c
index 1445c353ebe2ec8fa719498d9616114473bc836f..66fb5f4e3a4d4d1be90fa5200605a70bc84c84cf 100644 (file)
@@ -336,6 +336,7 @@ void psi_decl_type_dump(struct psi_dump *dump, struct psi_decl_type *t, unsigned
        case PSI_T_STRUCT:
                PSI_DUMP(dump, "struct ");
                if (psi_decl_type_is_anon(t->name, "struct")) {
+                       PSI_DUMP(dump, "/*::(%zu, %zu)*/", t->real.strct->align, t->real.strct->size);
                        psi_decl_type_dump_args_with_layout(dump, t->real.strct->args, level);
                        return;
                }