1e01aa904Sopenharmony_ciFunctions changes summary: 0 Removed, 1 Changed, 0 Added function 2e01aa904Sopenharmony_ciVariables changes summary: 0 Removed, 0 Changed, 0 Added variable 3e01aa904Sopenharmony_ci 4e01aa904Sopenharmony_ci1 function with some indirect sub-type change: 5e01aa904Sopenharmony_ci 6e01aa904Sopenharmony_ci [C] 'function void foo(some_union_type*)' has some indirect sub-type changes: 7e01aa904Sopenharmony_ci parameter 1 of type 'some_union_type*' has sub-type changes: 8e01aa904Sopenharmony_ci in pointed to type 'union some_union_type': 9e01aa904Sopenharmony_ci type size hasn't changed 10e01aa904Sopenharmony_ci 1 data member deletion: 11e01aa904Sopenharmony_ci 'int m0' 12e01aa904Sopenharmony_ci type changed from: 13e01aa904Sopenharmony_ci union some_union_type{int m0; char m1; S m2;} 14e01aa904Sopenharmony_ci to: 15e01aa904Sopenharmony_ci union some_union_type{char m1; S m2;} 16e01aa904Sopenharmony_ci 17