You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
947 B
18 lines
947 B
4 months ago
|
Functions changes summary: 0 Removed, 2 Changed, 0 Added functions
|
||
|
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
|
||
|
|
||
|
2 functions with some indirect sub-type change:
|
||
|
|
||
|
[C] 'function void reg1(const embodied*)' at test-decl-struct-v1.c:4:1 has some indirect sub-type changes:
|
||
|
parameter 1 of type 'const embodied*' has sub-type changes:
|
||
|
in pointed to type 'const embodied':
|
||
|
in unqualified underlying type 'struct embodied' at test-decl-struct-v1.c:1:1:
|
||
|
type struct embodied was a declaration-only type and is now a defined type
|
||
|
|
||
|
[C] 'function void reg2(const disembodied*)' at test-decl-struct-v1.c:5:1 has some indirect sub-type changes:
|
||
|
parameter 1 of type 'const disembodied*' has sub-type changes:
|
||
|
in pointed to type 'const disembodied':
|
||
|
in unqualified underlying type 'struct disembodied':
|
||
|
type struct disembodied was a defined type and is now a declaration-only type
|
||
|
|